Comparing version 2.0.0-rc.4 to 2.0.0-rc.5
@@ -56,4 +56,3 @@ "use strict"; | ||
} | ||
var file = path.resolve(config.dir, 'package.json'); | ||
console.log(file); | ||
file = path.resolve(config.dir, 'package.json'); | ||
return maybe(file, (function() { | ||
@@ -60,0 +59,0 @@ config.logger.warn('No package information.'); |
@@ -17,3 +17,3 @@ { | ||
"name": "Valérian Galliat", | ||
"url": "https://val.codejam.info/" | ||
"url": "https://val.codejam.info" | ||
}, | ||
@@ -25,3 +25,3 @@ { | ||
], | ||
"version": "2.0.0-rc.4", | ||
"version": "2.0.0-rc.5", | ||
"license": { | ||
@@ -53,13 +53,13 @@ "type": "MIT", | ||
"docopt": "^0.4.1", | ||
"glob": "^4.2.1", | ||
"glob": "^4.3.1", | ||
"glob2base": "0.0.12", | ||
"js-yaml": "^3.2.1", | ||
"lodash": "^2.4.1", | ||
"minimatch": "^1.0.0", | ||
"minimatch": "^2.0.0", | ||
"mkdirp": "^0.5.0", | ||
"multipipe": "^0.1.2", | ||
"rimraf": "~2.2.8", | ||
"rimraf": "^2.2.8", | ||
"safe-wipe": "0.*", | ||
"sass-convert": "^0.2.1", | ||
"sassdoc-theme-default": "2.0.0-rc.7", | ||
"sassdoc-theme-default": "2.0.0-rc.8", | ||
"scss-comment-parser": "0.5.1-rc.4", | ||
@@ -78,5 +78,4 @@ "through2": "^0.6.3", | ||
"test": "make dist lint test", | ||
"rebuild": "rm -rf node_modules && npm install", | ||
"prepublish": "make runtime" | ||
"rebuild": "rm -rf node_modules && npm install" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
0
142890
41
3819
+ Addedfs.realpath@1.0.0(transitive)
+ Addedglob@7.2.3(transitive)
+ Addedminimatch@3.1.2(transitive)
+ Addedrimraf@2.7.1(transitive)
+ Addedsassdoc-theme-default@2.0.0-rc.8(transitive)
- Removedminimatch@1.0.0(transitive)
- Removedrimraf@2.2.8(transitive)
- Removedsassdoc-theme-default@2.0.0-rc.7(transitive)
Updatedglob@^4.3.1
Updatedminimatch@^2.0.0
Updatedrimraf@^2.2.8