File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 29
29
"build:commonjs" : " babel src --out-dir lib" ,
30
30
"build:umd" : " cross-env NODE_ENV=development webpack src/sqlFormatter.js dist/sql-formatter.js" ,
31
31
"build:umd:min" : " cross-env NODE_ENV=production webpack src/sqlFormatter.js dist/sql-formatter.min.js" ,
32
- "prepublish" : " npm run clean && npm run check && npm run build && check-es3-syntax lib/ dist/ --kill --print "
32
+ "prepublish" : " npm run clean && npm run check && npm run build"
33
33
},
34
34
"repository" : {
35
35
"type" : " git" ,
52
52
"babel-plugin-transform-object-rest-spread" : " ^6.8.0" ,
53
53
"babel-plugin-transform-runtime" : " ^6.8.0" ,
54
54
"babel-preset-es2015" : " ^6.14.0" ,
55
- "check-es3-syntax-cli" : " ^0.1.1" ,
56
55
"cross-env" : " ^1.0.7" ,
57
56
"eslint" : " ^3.1.1" ,
58
57
"jasmine-core" : " ^2.4.1" ,
You can’t perform that action at this time.
0 commit comments