Comparing version 6.1.2 to 6.1.3
@@ -1,1 +0,1 @@ | ||
{"name":"basscss","version":"6.1.2","homepage":"https://github.com/jxnblk/basscss","authors":["Brent Jackson <jxnblk@gmail.com>"],"description":"Low-level CSS Toolkit","main":"./css/basscss.css","keywords":["CSS","OOCSS","Utility","Framework"],"license":"MIT","ignore":["**/.*","node_modules","bower_components","test","tests"]} | ||
{"name":"basscss","version":"6.1.3","homepage":"https://github.com/jxnblk/basscss","authors":["Brent Jackson <jxnblk@gmail.com>"],"description":"Low-level CSS Toolkit","main":"./css/basscss.css","keywords":["CSS","OOCSS","Utility","Framework"],"license":"MIT","ignore":["**/.*","node_modules","bower_components","test","tests"]} |
{ | ||
"name": "basscss", | ||
"version": "6.1.2", | ||
"version": "6.1.3", | ||
"description": "Low-level CSS toolkit", | ||
@@ -14,3 +14,3 @@ "style": "src/basscss.css", | ||
"prepublish": "npm run release", | ||
"start": "npm run watch:css" | ||
"start": "npm run css" | ||
}, | ||
@@ -42,3 +42,3 @@ "dependencies": { | ||
"basscss-color-tables": "^1.0.2", | ||
"basscss-colors": "^1.0.9", | ||
"basscss-colors": "^1.0.10", | ||
"basscss-defaults": "^2.0.1", | ||
@@ -57,3 +57,3 @@ "basscss-grid": "^1.0.2", | ||
"basscss-utility-layout": "^1.1.0", | ||
"basscss-utility-typography": "^1.0.1", | ||
"basscss-utility-typography": "^1.1.0", | ||
"basscss-white-space": "^1.0.1", | ||
@@ -63,2 +63,3 @@ "flex-object": "^1.1.3" | ||
"devDependencies": { | ||
"basscss-color-base": "^1.4.0", | ||
"clean-css": "^3.1.9", | ||
@@ -65,0 +66,0 @@ "cssnext": "^1.1.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1040
47315
9
Updatedbasscss-colors@^1.0.10