Skip to content

Commit

Permalink
Merge pull request #195 from ocombe/patch-4
Browse files Browse the repository at this point in the history
Removed package.json engine restrictions
  • Loading branch information
amcdnl authored Oct 12, 2016
2 parents b20014c + 0bbbe12 commit 5024a1a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@
"release:css": "node-sass -o release/ src/themes && node-sass -o release/ src/components",
"release:minify": "uglifyjs release/index.js --source-map release/index.min.js.map --source-map-url release/index.js.map --compress --mangle --screw-ie8 --output release/index.min.js"
},
"engines": {
"node": "~6.0.0"
},
"engineStrict": true,
"repository": {
"type": "git",
"url": "git+https://github.com/swimlane/angular2-data-table.git"
Expand Down

0 comments on commit 5024a1a

Please sign in to comment.