postcss-prettify
Advanced tools
Comparing version
{ | ||
"name": "postcss-prettify", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"description": "prettify postcss output", | ||
"main": "index.js", | ||
"main": "dist/index.js", | ||
"scripts": { | ||
"build": "babel src --out-dir dist", | ||
"clean": "rimraf dist", | ||
"lint": "eslint 'src/**/*.js' 'test/**/*.js'", | ||
"test": "mocha", | ||
"cover": "istanbul cover node_modules/mocha/bin/_mocha", | ||
"coveralls": "nyc report --reporter=text-lcov | coveralls", | ||
"lint": "eslint index.js test/*.js" | ||
"cover": "istanbul cover _mocha", | ||
"dev": "chokidar 'src/**/*.js' 'test/**/*' -c 'clear && npm-run-all lint cover'", | ||
"prepublish": "npm-run-all clean build" | ||
}, | ||
@@ -27,21 +30,23 @@ "repository": { | ||
"dependencies": { | ||
"postcss": "^5.0.19" | ||
"defined": "1.0.0", | ||
"postcss": "5.0.19" | ||
}, | ||
"devDependencies": { | ||
"co-mocha": "^1.1.2", | ||
"eslint": "^2.3.0", | ||
"eslint-config-airbnb": "^6.1.0", | ||
"istanbul": "^0.4.2", | ||
"mocha": "^2.4.5", | ||
"mz": "^2.3.1" | ||
}, | ||
"eslintConfig": { | ||
"extends": "airbnb/base", | ||
"rules": { | ||
"semi": [ | ||
2, | ||
"never" | ||
] | ||
} | ||
"babel-cli": "6.6.5", | ||
"babel-plugin-add-module-exports": "0.1.2", | ||
"babel-polyfill": "6.7.2", | ||
"babel-preset-es2015": "6.6.0", | ||
"babel-preset-stage-1": "6.5.0", | ||
"babel-register": "6.7.2", | ||
"chokidar-cli": "1.2.0", | ||
"clear-cli": "1.0.1", | ||
"co-mocha": "1.1.2", | ||
"eslint": "2.4.0", | ||
"eslint-config-airbnb": "6.1.0", | ||
"istanbul": "github:gotwarlost/istanbul#v1", | ||
"mocha": "2.4.5", | ||
"mz": "2.3.1", | ||
"npm-run-all": "1.5.3", | ||
"rimraf": "2.5.2" | ||
} | ||
} |
@@ -0,1 +1,3 @@ | ||
# WARNING — recent breaking changes yet to be reflected in readme or changelog — will update ASAP | ||
# `postcss-prettify` [![build][1]][2] [![coverage][3]][4] | ||
@@ -2,0 +4,0 @@ |
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
10149
64.2%34
161.54%237
200%72
2.86%2
100%16
166.67%1
Infinity%+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
Updated