Skip to content

Commit

Permalink
Bump major version, add "watch" script, update Mocha
Browse files Browse the repository at this point in the history
  • Loading branch information
dogancelik committed Jan 5, 2018
1 parent 4d1ea9b commit b11345c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "endl",
"version": "0.10.2",
"version": "1.0.0",
"description": "Easy-to-use link extractor and file downloader",
"author": {
"name": "Doğan Çelik",
Expand All @@ -26,7 +26,8 @@
"homepage": "https://github.com/dogancelik/endl",
"scripts": {
"prepublish": "coffee -bo lib/ src/",
"test": "node_modules/.bin/mocha"
"test": "node_modules/.bin/mocha",
"watch": "coffee -wbo lib/ src/"
},
"directories": {
"lib": "lib"
Expand All @@ -48,6 +49,6 @@
},
"devDependencies": {
"chai": "^3.2.0",
"mocha": "^2.2.4"
"mocha": "^4.1.0"
}
}

0 comments on commit b11345c

Please sign in to comment.