sails-generate-sass
Advanced tools
Comparing version 0.0.5 to 0.0.51
@@ -92,3 +92,5 @@ /** | ||
'./tasks/register/compileAssets.js': { copy: 'tasks/register/compileAssets.js'}, | ||
'./tasks/register/syncAssets.js': { copy: 'tasks/register/syncAssets.js'} | ||
'./tasks/register/syncAssets.js': { copy: 'tasks/register/syncAssets.js'}, | ||
'./package.json': { copy: '_package.json'} | ||
}, | ||
@@ -95,0 +97,0 @@ |
{ | ||
"name": "sails-generate-sass", | ||
"version": "0.0.5", | ||
"version": "0.0.51", | ||
"description": "Setup a sails project with SASS enabled", | ||
@@ -21,4 +21,3 @@ "main": "Generator.js", | ||
"lodash": ">=2.4.x", | ||
"merge-defaults": ">=0.1.0", | ||
"grunt-contrib-sass": ">=0.9.2" | ||
"merge-defaults": ">=0.1.0" | ||
}, | ||
@@ -25,0 +24,0 @@ "devDependencies": { |
@@ -24,3 +24,4 @@ { | ||
"grunt-contrib-less": "0.11.1", | ||
"grunt-contrib-coffee": "~0.10.1" | ||
"grunt-contrib-coffee": "~0.10.1", | ||
"grunt-contrib-sass": ">=0.9.2" | ||
}, | ||
@@ -27,0 +28,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
147553
2
230
- Removedgrunt-contrib-sass@>=0.9.2
- Removedansi-styles@3.2.1(transitive)
- Removedasync@2.6.4(transitive)
- Removedchalk@2.4.2(transitive)
- Removedcolor-convert@1.9.3(transitive)
- Removedcolor-name@1.1.3(transitive)
- Removedcross-spawn@6.0.6(transitive)
- Removeddargs@6.1.0(transitive)
- Removedescape-string-regexp@1.0.5(transitive)
- Removedgrunt-contrib-sass@2.0.0(transitive)
- Removedhas-flag@3.0.0(transitive)
- Removedisexe@2.0.0(transitive)
- Removednice-try@1.0.5(transitive)
- Removedpath-key@2.0.1(transitive)
- Removedsemver@5.7.2(transitive)
- Removedshebang-command@1.2.0(transitive)
- Removedshebang-regex@1.0.0(transitive)
- Removedsupports-color@5.5.0(transitive)
- Removedwhich@1.3.1(transitive)