accoutrement-fonts
Advanced tools
Comparing version 1.0.4 to 2.0.0-alpha.1
{ | ||
"name": "accoutrement-fonts", | ||
"version": "1.0.4", | ||
"description": "Sass string utilities.", | ||
"version": "2.0.0-alpha.1", | ||
"description": "Sass webfont utilities.", | ||
"homepage": "https://github.com/oddbird/accoutrement-fonts", | ||
@@ -11,7 +11,12 @@ "repository": { | ||
"devDependencies": { | ||
"accoutrement-strings": "^1.0.1", | ||
"mocha": "^2.1.0", | ||
"sass-true": "^2.0.2" | ||
"chalk": "^1.1.1", | ||
"gulp": "^3.9.0", | ||
"gulp-sass-lint": "^1.1.0", | ||
"gulp-util": "^3.0.7", | ||
"mocha": "^2.3.4", | ||
"sass-true": "^2.0.3", | ||
"sassdoc": "^2.1.15", | ||
"sassdoc-theme-oddbird": "^0.1.0" | ||
}, | ||
"author": "Eric M Suzanne <eric@oddbird.net>", | ||
"author": "Miriam Suzanne <miriam@oddbird.net>", | ||
"license": "MIT", | ||
@@ -29,7 +34,11 @@ "keywords": [ | ||
"scripts": { | ||
"test": "node_modules/.bin/mocha" | ||
"test": "node_modules/.bin/mocha", | ||
"release": "npm run test && gulp sasslint && gulp sassdoc" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/oddbird/accoutrement-fonts/issues" | ||
}, | ||
"dependencies": { | ||
"accoutrement-strings": "^1.0.1" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
14589
16
74
1
8
1
+ Addedaccoutrement-strings@^1.0.1
+ Addedaccoutrement-strings@1.1.0(transitive)