Skip to content
This repository was archived by the owner on Mar 1, 2018. It is now read-only.

Commit 05426b7

Browse files
committed
0.1.3
1 parent dccb882 commit 05426b7

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22
"name": "fast-closure-compiler2",
33
"description": "Make the Google Closure Compiler start faster",
44
"preferGlobal": "true",
5-
"version": "0.1.2",
5+
"version": "0.1.3",
66
"bin": {
7-
"fastclosure": "bin/closure"
7+
"fastclosure": "bin/closure"
8+
},
9+
"scripts": {
10+
"install": "make install"
811
},
9-
"scripts": { "install": "make install" },
1012
"repository": {
1113
"type": "git",
1214
"url": "https://github.com/teppeis/fast-closure-compiler2"

0 commit comments

Comments
 (0)