Skip to content

Commit

Permalink
npm engines
Browse files Browse the repository at this point in the history
  • Loading branch information
idoco committed Jan 13, 2017
1 parent 777d9e0 commit 4b71bf9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,15 @@
"name": "intergram",
"version": "0.0.1",
"description": "A live chat widget linked to your telegram messenger",
"engines": {
"node": "6.9.1",
"npm": "3.10.8"
},
"scripts": {
"start": "node server.js",
"postinstall": "npm run build",
"dev": "node devServer.js",
"build": "shx mkdir -p dist && shx cp *.html dist && shx cp ping.mp3 dist && shx cp -r ./css dist && webpack --optimize-minimize -p",
"build": "shx mkdir -p dist && shx cp *.html dist && shx cp ping.mp3 dist && shx cp -r ./css dist && webpack -p",
"test": "npm run -s lint",
"lint": "eslint src",
"deploy": "gh-pages -d dist"
Expand Down

0 comments on commit 4b71bf9

Please sign in to comment.