Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

Commit

Permalink
set node engine
Browse files Browse the repository at this point in the history
  • Loading branch information
markis committed Apr 2, 2017
1 parent 66dce0f commit da6141a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"version": "0.0.3",
"description": "Strip whitespace from strings in javascript assets",
"main": "index.js",
"engines": {
"node": ">= 0.12"
},
"scripts": {
"prepublish": "in-publish && npm test && npm run build || not-in-publish ",
"lint": "if-ver -ge 4 && tslint -c tslint.json ./src/**/*.ts || return 0",
Expand Down

0 comments on commit da6141a

Please sign in to comment.