Skip to content

Commit f635b35

Browse files
committed
style: sort alphabetically
1 parent c76322b commit f635b35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252
"url": "https://github.com/gajus/babel-plugin-react-css-modules"
5353
},
5454
"scripts": {
55-
"build-helper": "mkdir -p ./dist/browser && NODE_ENV=production babel ./src/getClassName.js --out-file ./dist/browser/getClassName.js --source-maps --no-babelrc --plugins transform-es2015-modules-commonjs,transform-flow-strip-types --presets es2015",
5655
"build": "rm -fr ./dist && NODE_ENV=production babel ./src --out-dir ./dist --source-maps --copy-files && npm run build-helper",
56+
"build-helper": "mkdir -p ./dist/browser && NODE_ENV=production babel ./src/getClassName.js --out-file ./dist/browser/getClassName.js --source-maps --no-babelrc --plugins transform-es2015-modules-commonjs,transform-flow-strip-types --presets es2015",
5757
"lint": "eslint ./src && flow",
5858
"precommit": "npm run test && npm run lint",
5959
"test": " NODE_ENV=test mocha --require babel-core/register"

0 commit comments

Comments
 (0)