grid-style
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -0,1 +1,11 @@ | ||
<a name="0.2.0"></a> | ||
# [0.2.0](https://github.com/lbwa/grid-style/compare/v0.1.1...v0.2.0) (2018-07-30) | ||
### Features | ||
* offset functionality ([4a92e56](https://github.com/lbwa/grid-style/commit/4a92e56)) | ||
<a name="0.1.1"></a> | ||
@@ -2,0 +12,0 @@ ## [0.1.1](https://github.com/lbwa/grid-style/compare/v0.1.0...v0.1.1) (2018-07-30) |
{ | ||
"name": "grid-style", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Grid layout implemented by flex box.", | ||
"main": "dist/index.css", | ||
"style": "dist/index.css", | ||
"style": "dist/index.min.css", | ||
"files": [ | ||
"dist/index.css", | ||
"dist/index.min.css", | ||
"layout" | ||
@@ -16,5 +17,8 @@ ], | ||
"dev": "cross-env NODE_ENV=development webpack-dev-server --inline --hot --progress --config webpack.config.js", | ||
"build": "rm -vrf docs/* && cross-env NODE_ENV=production webpack --config webpack.config.js", | ||
"build:release": "rm -vrf dist/* && cross-env NODE_ENV=release webpack --config webpack.config.js", | ||
"release": "yarn build:release && sh scripts/release.sh", | ||
"clean": "rm -vrf dist/*", | ||
"build": "yarn clean && cross-env NODE_ENV=production webpack --config webpack.config.js", | ||
"build:sass": "npx node-sass --output-style expanded layout/index.sass dist/index.css", | ||
"build:autoprefixer": "postcss --config postcss.config.js --output dist/index.css dist/index.css", | ||
"mini": "cleancss -o dist/index.min.css dist/index.css", | ||
"release": "sh scripts/release.sh", | ||
"commit": "yarn build && git add .", | ||
@@ -25,2 +29,3 @@ "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0" | ||
"autoprefixer": "^9.0.1", | ||
"clean-css-cli": "^4.1.11", | ||
"conventional-changelog-cli": "^2.0.1", | ||
@@ -32,2 +37,3 @@ "cross-env": "^5.2.0", | ||
"node-sass": "^4.9.2", | ||
"postcss-cli": "^6.0.0", | ||
"postcss-loader": "^2.1.6", | ||
@@ -34,0 +40,0 @@ "sass-loader": "^7.0.3", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
22782
11
15
332