Skip to content

Commit c67ffef

Browse files
author
Uku Pattak
committed
Remove es3 syntax check which causes us more problems than money
1 parent 82d4bf6 commit c67ffef

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"build:commonjs": "babel src --out-dir lib",
3030
"build:umd": "cross-env NODE_ENV=development webpack src/sqlFormatter.js dist/sql-formatter.js",
3131
"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"
3333
},
3434
"repository": {
3535
"type": "git",
@@ -52,7 +52,6 @@
5252
"babel-plugin-transform-object-rest-spread": "^6.8.0",
5353
"babel-plugin-transform-runtime": "^6.8.0",
5454
"babel-preset-es2015": "^6.14.0",
55-
"check-es3-syntax-cli": "^0.1.1",
5655
"cross-env": "^1.0.7",
5756
"eslint": "^3.1.1",
5857
"jasmine-core": "^2.4.1",

0 commit comments

Comments
 (0)