Update grunt-contrib-coffee.
This commit is contained in:
parent
c8d56e621c
commit
87b3431f5e
22
npm-shrinkwrap.json
generated
22
npm-shrinkwrap.json
generated
@ -228,8 +228,8 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"grunt-contrib-coffee": {
|
"grunt-contrib-coffee": {
|
||||||
"version": "0.12.0",
|
"version": "0.13.0",
|
||||||
"resolved": "https://registry.npmjs.org/grunt-contrib-coffee/-/grunt-contrib-coffee-0.12.0.tgz",
|
"resolved": "https://registry.npmjs.org/grunt-contrib-coffee/-/grunt-contrib-coffee-0.13.0.tgz",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"chalk": {
|
"chalk": {
|
||||||
"version": "0.5.1",
|
"version": "0.5.1",
|
||||||
@ -240,8 +240,8 @@
|
|||||||
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-1.1.0.tgz"
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-1.1.0.tgz"
|
||||||
},
|
},
|
||||||
"escape-string-regexp": {
|
"escape-string-regexp": {
|
||||||
"version": "1.0.2",
|
"version": "1.0.3",
|
||||||
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.2.tgz"
|
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.3.tgz"
|
||||||
},
|
},
|
||||||
"has-ansi": {
|
"has-ansi": {
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
@ -270,18 +270,12 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"coffee-script": {
|
"coffee-script": {
|
||||||
"version": "1.8.0",
|
"version": "1.9.1",
|
||||||
"resolved": "https://registry.npmjs.org/coffee-script/-/coffee-script-1.8.0.tgz",
|
"resolved": "https://registry.npmjs.org/coffee-script/-/coffee-script-1.9.1.tgz"
|
||||||
"dependencies": {
|
|
||||||
"mkdirp": {
|
|
||||||
"version": "0.3.5",
|
|
||||||
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.3.5.tgz"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"lodash": {
|
"lodash": {
|
||||||
"version": "2.4.1",
|
"version": "3.3.0",
|
||||||
"resolved": "https://registry.npmjs.org/lodash/-/lodash-2.4.1.tgz"
|
"resolved": "https://registry.npmjs.org/lodash/-/lodash-3.3.0.tgz"
|
||||||
},
|
},
|
||||||
"uri-path": {
|
"uri-path": {
|
||||||
"version": "0.0.2",
|
"version": "0.0.2",
|
||||||
|
|||||||
@ -45,7 +45,7 @@
|
|||||||
"grunt": "^0.4.5",
|
"grunt": "^0.4.5",
|
||||||
"grunt-concurrent": "^1.0.0",
|
"grunt-concurrent": "^1.0.0",
|
||||||
"grunt-contrib-clean": "^0.6.0",
|
"grunt-contrib-clean": "^0.6.0",
|
||||||
"grunt-contrib-coffee": "^0.12.0",
|
"grunt-contrib-coffee": "^0.13.0",
|
||||||
"grunt-contrib-compress": "^0.13.0",
|
"grunt-contrib-compress": "^0.13.0",
|
||||||
"grunt-contrib-concat": "^0.5.1",
|
"grunt-contrib-concat": "^0.5.1",
|
||||||
"grunt-contrib-copy": "^0.8.0",
|
"grunt-contrib-copy": "^0.8.0",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user