Comparing version 0.0.7 to 0.0.71
{ | ||
"name": "bantamcss", | ||
"version": "0.0.7", | ||
"version": "0.0.71", | ||
"description": "Scalable, performant, responsive, CSS framework with zero styles.", | ||
@@ -26,4 +26,8 @@ "author": "Colm Tuite <colmtuite@gmail.com> (http://www.colmtuite.com)", | ||
"devDependencies": { | ||
"autoprefixer": "^6.3.6", | ||
"cssnano": "^3.5.2", | ||
"normalize.css": "^4.1.1", | ||
"postcss": "^4.1.16" | ||
"postcss": "^5.0.21", | ||
"precss": "^1.4.0", | ||
"yargs": "^4.7.1" | ||
}, | ||
@@ -38,6 +42,6 @@ "contributors": [ | ||
"start": "npm run build:css && npm run build:minify", | ||
"build:css": "bantam src/bantam.css > css/bantam.css", | ||
"build:minify": "bantam src/bantam.css -m > css/bantam.min.css", | ||
"build:css": "node ./scripts/postcss src/bantam.css css/bantam.css", | ||
"build:minify": "node ./scripts/postcss -m src/bantam.css css/bantam.min.css", | ||
"build:watch": "watch 'npm start' ./src/" | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
123510
3866
6
44
1