Skip to content

Commit

Permalink
Update build process, see #47
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannick Lohse committed Dec 29, 2016
1 parent ec6f2da commit 2a4a966
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "inkjs",
"version": "1.4.4",
"version": "1.4.5",
"description": "A javascript port of inkle's ink scripting language (http://www.inklestudios.com/ink/)",
"main": "dist/ink-es2015.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "grunt rollup",
"watch": "grunt watch",
"prepublish": "grunt rollup"
"prepublish": "grunt rollup:release && grunt rollup:release_min && grunt rollup:legacy && grunt rollup:legacy_min"
},
"author": "Yannick Lohse",
"license": "MIT",
Expand Down

0 comments on commit 2a4a966

Please sign in to comment.