Skip to content

Commit f16dedc

Browse files
author
rezra3
committed
fixed #190
added /command-output to the api that returns the output of the
1 parent c5412f3 commit f16dedc

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed

deployment/http-root/ajs/package.json

+28-28
Original file line numberDiff line numberDiff line change
@@ -13,36 +13,36 @@
1313
},
1414
"homepage": "https://github.com/codeine-cd/codeine",
1515
"devDependencies": {
16-
"connect-modrewrite": "0.5.11",
17-
"grunt": "0.4.5",
18-
"grunt-autoprefixer": "3.0.3",
19-
"grunt-cdnify": "0.1.0",
20-
"grunt-concurrent": "1.0.0",
21-
"grunt-contrib-clean": "0.6.0",
22-
"grunt-contrib-concat": "0.5.1",
23-
"grunt-contrib-connect": "0.5.0",
24-
"grunt-contrib-copy": "0.8.0",
25-
"grunt-contrib-cssmin": "0.12.2",
26-
"grunt-contrib-htmlmin": "0.4.0",
27-
"grunt-contrib-jshint": "0.11.0",
16+
"connect-modrewrite": "^0.5.11",
17+
"grunt": "~0.4.5",
18+
"grunt-autoprefixer": "~3.0.3",
19+
"grunt-cdnify": "~1.0.2",
20+
"grunt-concurrent": "~1.0.0",
21+
"grunt-contrib-clean": "~0.6.0",
22+
"grunt-contrib-concat": "~0.5.1",
23+
"grunt-contrib-connect": "~0.5.0",
24+
"grunt-contrib-copy": "~0.8.0",
25+
"grunt-contrib-cssmin": "~0.12.2",
26+
"grunt-contrib-htmlmin": "~0.4.0",
27+
"grunt-contrib-jshint": "~0.11.0",
2828
"grunt-contrib-uglify": "0.8.0",
29-
"grunt-contrib-watch": "0.5.2",
30-
"grunt-filerev": "2.3.1",
31-
"grunt-karma": "0.10.1",
32-
"grunt-newer": "1.1.0",
33-
"grunt-ng-annotate": "0.10.0",
34-
"grunt-svgmin": "2.0.1",
35-
"grunt-usemin": "3.0.0",
36-
"grunt-wiredep": "2.0.0",
37-
"jshint-stylish": "0.1.3",
38-
"karma": "0.12.23",
39-
"karma-coverage": "0.3.0",
40-
"karma-jasmine": "0.1.5",
41-
"karma-phantomjs-launcher": "0.1.4",
42-
"load-grunt-tasks": "0.2.0",
29+
"grunt-contrib-watch": "~0.5.2",
30+
"grunt-filerev": "~2.3.1",
31+
"grunt-karma": "^0.10.1",
32+
"grunt-newer": "~1.1.0",
33+
"grunt-ng-annotate": "~0.10.0",
34+
"grunt-svgmin": "~2.0.1",
35+
"grunt-usemin": "~3.0.0",
36+
"grunt-wiredep": "~2.0.0",
37+
"jshint-stylish": "~0.1.3",
38+
"karma": "^0.12.23",
39+
"karma-coverage": "^0.3.0",
40+
"karma-jasmine": "^0.1.5",
41+
"karma-phantomjs-launcher": "^0.1.4",
42+
"load-grunt-tasks": "~0.2.0",
4343
"time-grunt": "~0.2.1",
44-
"grunt-jscs": "1.6.0",
45-
"grunt-angular-templates": "0.5.7"
44+
"grunt-jscs": "^1.6.0",
45+
"grunt-angular-templates": "^0.5.7"
4646
},
4747
"engines": {
4848
"node": ">=0.10.0"

0 commit comments

Comments
 (0)