You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

bolster-css

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bolster-css - npm Package Compare versions

Comparing version

to
0.1.1

6

package.json

@@ -68,9 +68,9 @@ {

"build-docs": "NODE_ENV=production node ./node_modules/webpack/bin/webpack.js --progress --colors --config=webpack.config.build-docs.js",
"compile-for-publish": "npm run lint && npm run compile-sass && npm run build-docs",
"compile-sass": "NODE_ENV=production node ./compile-sass.js",
"compile-with-docs": "npm run lint && npm run compile-sass && npm run build-docs",
"dev": "NODE_ENV=development node ./node_modules/webpack-dev-server/bin/webpack-dev-server.js --progress --colors --config=webpack.config.dev.js",
"lint": "NODE_ENV=test ./node_modules/eslint/bin/eslint.js src",
"prepublish": "in-publish && npm run compile-for-publish || in-install"
"prepublish": "in-publish && npm run compile-sass || in-install"
},
"version": "0.1.0"
"version": "0.1.1"
}

@@ -203,7 +203,7 @@ # bolster-css

* `compile-sass` => Compiles the SCSS files into CSS files in the `css` folder, as well as complete files in `dist`
* `compile-for-publish` => runs the `lint`, `compile-sass`, and `build-docs` scripts
* `compile-with-docs` => runs the `lint`, `compile-sass`, and `build-docs` scripts
* `dev` => runs the webpack dev server for the playground
* `lint` => runs ESLint against files in the `src` folder
* `prepublish` => if in publish, runs `compile-for-publish`
* `prepublish` => if in publish, runs `compile-sass`
Happy `bolster`ing!