Skip to content

Commit

Permalink
fix(common): CHECKOUT-3462 Remove Node engine field
Browse files Browse the repository at this point in the history
  • Loading branch information
davidchin committed Aug 23, 2018
1 parent 69bec04 commit 3c034ce
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 4 deletions.
80 changes: 80 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
"files": [
"lib/"
],
"engines": {
"node": "^6.10.0"
},
"repository": {
"type": "git",
"url": "git://github.com/bigcommerce/data-store-js.git"
Expand All @@ -24,7 +21,7 @@
"prebuild": "rm -rf lib",
"build": "tsc --outDir lib --project tsconfig-build.json",
"lint": "tslint 'src/**/*.ts' --config tslint.json --project tsconfig.json && tsc --noEmit",
"prepare": "npm run build",
"prepare": "check-node-version --node '>=6' --npm '>=6' && npm run build",
"prerelease": "git fetch --tags && npm run validate-commits && npm run lint && npm test",
"release": "standard-version",
"postrelease": "npm publish --access public && git push --follow-tags",
Expand All @@ -44,6 +41,7 @@
"@bigcommerce/tslint-config": "^2.0.1",
"@bigcommerce/validate-commits": "^2.0.3",
"@types/jest": "^21.1.10",
"check-node-version": "^3.2.0",
"jest": "^21.2.1",
"standard-version": "^4.2.0",
"ts-jest": "^21.2.3",
Expand Down

0 comments on commit 3c034ce

Please sign in to comment.