mirror of
https://github.com/zhigang1992/styled-components.git
synced 2026-01-12 22:52:39 +08:00
wrap everything together with a bow
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user