Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

grid-style

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grid-style - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

dist/index.min.css

10

CHANGELOG.md

@@ -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)

16

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc