Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
hakatashi committed Sep 8, 2014
1 parent 174c1fb commit be76dff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.js
Original file line number Diff line number Diff line change
Expand Up @@ -371,5 +371,6 @@ async.parallel([
}

console.log('Compiled file created.');
process.exit(0);
});
});
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@
"name": "ivs",
"version": "0.0.1",
"description": "This module supplies basic mutual IVS conversion between Adobe-Japan and Hanyo-denshi(Moji_Joho)",
"engines": {
"node": "v0.10.31"
},
"main": "index.js",
"scripts": {
"test": "make test"
"test": "make test",
"build": "make build --always-make"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit be76dff

Please sign in to comment.