wrap everything together with a bow

This commit is contained in:
siddharthkp
2020-05-02 16:14:47 +02:00
parent 2b421568de
commit 77da5e27c1
2 changed files with 2 additions and 1 deletions

View File

@@ -39,6 +39,7 @@
"babel-plugin-macros": "^2.5.1",
"babel-plugin-tester": "^6.0.1",
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
"bundlesize2": "^0.0.20",
"cross-env": "^5.1.3",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.0",

View File

@@ -26,7 +26,7 @@
"test:integration": "jest -c ../../scripts/jest/config.integration.js --runInBand --forceExit",
"format": "eslint ./**/*.js --fix",
"lint": "eslint src",
"lint:size": "npx bundlesize2 ",
"lint:size": "bundlesize",
"prettier": "prettier */**/*.js --write",
"prepublishOnly": "npm run build",
"dev": "cross-env BABEL_ENV=cjs babel-node example/startServer.js"