Skip to content
This repository has been archived by the owner on Apr 29, 2020. It is now read-only.

Commit

Permalink
update npm scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddias committed Apr 27, 2016
1 parent cd21cc3 commit a93b78c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"build": "aegir-build node",
"lint": "aegir-lint",
"release": "aegir-release node",
"release-minor": "aegir-release node --minor",
"release-major": "aegir-release node --major",
"release-minor": "aegir-release node --type minor",
"release-major": "aegir-release node --type major",
"coverage": "aegir-coverage",
"coverage-publish": "aegir-coverage publish"
},
Expand Down
3 changes: 3 additions & 0 deletions test/node.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
'use strict'

require('./test-libp2p-ipfs.js')
File renamed without changes.

0 comments on commit a93b78c

Please sign in to comment.