postcss-grid-system
Advanced tools
Comparing version 0.2.1 to 0.2.2
{ | ||
"name": "postcss-grid-system", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "A PostCSS plugin to create grids based on a fixed column width.", | ||
@@ -26,3 +26,3 @@ "keywords": [ | ||
"dependencies": { | ||
"postcss": "^5.0.19" | ||
"postcss": "^5.0.21" | ||
}, | ||
@@ -35,11 +35,11 @@ "scripts": { | ||
"devDependencies": { | ||
"ava": "^0.14.0", | ||
"babel-cli": "^6.7.7", | ||
"babel-preset-es2015": "^6.6.0", | ||
"babel-register": "^6.7.2", | ||
"eslint": "^2.9.0", | ||
"eslint-config-airbnb": "^8.0.0", | ||
"eslint-plugin-import": "^1.6.1", | ||
"eslint-plugin-jsx-a11y": "^1.0.4", | ||
"eslint-plugin-react": "^5.0.1" | ||
"ava": "^0.15.1", | ||
"babel-cli": "^6.9.0", | ||
"babel-preset-es2015": "^6.9.0", | ||
"babel-register": "^6.9.0", | ||
"eslint": "^2.11.1", | ||
"eslint-config-airbnb": "^9.0.1", | ||
"eslint-plugin-import": "^1.8.1", | ||
"eslint-plugin-jsx-a11y": "^1.2.2", | ||
"eslint-plugin-react": "^5.1.1" | ||
}, | ||
@@ -46,0 +46,0 @@ "eslintConfig": { |
25509
Updatedpostcss@^5.0.21