Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Hermann committed May 11, 2015
1 parent b725768 commit 77a2a33
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "1-liners",
"version": "0.1.4",
"version": "0.2.0",
"description": "Useful oneliners and shorthand functions",
"license": "MIT",
"repository": "stoeffel/1-liners",
Expand All @@ -14,7 +14,6 @@
},
"scripts": {
"precommit": "npm test && npm run docs",

"develop": "nodangel --watch module --watch tests --exec 'npm --silent test'",
"istanbul": "istanbul cover ./node_modules/mocha/bin/_mocha -- -R nyan --report lcov --compilers js:babel/register --ui qunit ./tests",
"docs": "babel-node ./utils/createDocs.js; npm run toc;",
Expand Down

0 comments on commit 77a2a33

Please sign in to comment.