Skip to content
This repository was archived by the owner on Oct 5, 2020. It is now read-only.

Commit eacafce

Browse files
authored
Merge pull request #510 from grtjn/master
Fixed bower install for older node
2 parents cac6b57 + 6c77565 commit eacafce

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/templates/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
"gulp-rev": "^7.0.0",
5050
"gulp-rev-replace": "^0.4.2",
5151
"gulp-sourcemaps": "^1.0.0",
52+
"chalk": "1.1.3",
5253
"gulp-task-listing": "^1.0.1",
5354
"gulp-uglify": "^1.4.1",
5455
"gulp-useref": "^3.0.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "slush-marklogic-node",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"description": "A slush generator for AngularJS/node.js/MarkLogic",
55
"main": "slushfile.js",
66
"author": "David Cassel <[email protected]>",

0 commit comments

Comments
 (0)