grid-style
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -0,1 +1,12 @@ | ||
<a name="0.3.0"></a> | ||
# [0.3.0](https://github.com/lbwa/grid-style/compare/v0.2.2...v0.3.0) (2018-07-31) | ||
### Features | ||
* add functionality for horizontal alignment ([4159622](https://github.com/lbwa/grid-style/commit/4159622)) | ||
* new API to define new flex direction ([41bd663](https://github.com/lbwa/grid-style/commit/41bd663)) | ||
<a name="0.2.2"></a> | ||
@@ -2,0 +13,0 @@ ## [0.2.2](https://github.com/lbwa/grid-style/compare/v0.2.1...v0.2.2) (2018-07-30) |
{ | ||
"name": "grid-style", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Grid layout implemented by flex box.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.css", |
@@ -13,3 +13,3 @@ # grid-style [![npm](https://img.shields.io/npm/v/grid-style.svg)](https://www.npmjs.com/package/grid-style) [![Build Status](https://travis-ci.org/lbwa/grid-style.svg?branch=master)](https://travis-ci.org/lbwa/grid-style) | ||
# npm | ||
npm i gird-style --save | ||
npm i grid-style --save | ||
@@ -16,0 +16,0 @@ # yarn |
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
29491