Skip to content

Commit

Permalink
fix(importer): add npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
g-div committed Dec 8, 2017
1 parent 5f04ae7 commit 0171f88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"build": "rollup -cw",
"test-server": "http-server test -o 'http://localhost:8080/' -P 'http://localhost:3000/'",
"server": "NODE_ENV=development nodemon index.js",
"import": "node src/importer.js",
"dev": "test/run"
},
"description": "a simple node app for disqus-like drop-in commenting on static websites",
Expand Down

0 comments on commit 0171f88

Please sign in to comment.