Skip to content

Commit 7094ade

Browse files
committed
Updated npm and all
1 parent 35cb4b0 commit 7094ade

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
test/example/minified/all.js
21
vendor/compiler.jar
2+
node_modules

package.json

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name" : "ready.js",
3-
"version" : "1.3.5",
3+
"version" : "1.3.6",
44
"description" : "continuous javascript integration",
55
"keywords" : ["continuous integration", "jslint", "javascript", "minifier", "compiler", "ci"],
66
"author" : "dsimard <[email protected]> (http://github.com/dsimard)",
@@ -9,5 +9,11 @@
99
"type" : "git",
1010
"url" : "https://[email protected]/dsimard/ready.js.git"
1111
},
12-
"engines" : {"node" : ">=0.4.0"}
12+
"dependencies" : {
13+
"readyjslint" : "0.0.4",
14+
"restler-aaronblohowiak" : "0.0.2",
15+
"optimist" : "0.1.6",
16+
"colors" : "~0.6.0"
17+
},
18+
"engines" : {"node" : ">=0.6.0"}
1319
}

0 commit comments

Comments
 (0)