react-grid-system
Advanced tools
Comparing version 4.4.9 to 4.4.10
@@ -63,3 +63,4 @@ declare module 'react-grid-system' { | ||
nogutter?: boolean, | ||
component?: () => string | string | ||
component?: () => string | string, | ||
gutterWidth?: number | ||
} | ||
@@ -66,0 +67,0 @@ |
{ | ||
"name": "react-grid-system", | ||
"version": "4.4.9", | ||
"version": "4.4.10", | ||
"description": "A powerful Bootstrap-like responsive grid system for React.", | ||
@@ -8,3 +8,3 @@ "main": "./build/index.js", | ||
"start": "styleguidist server", | ||
"build": "rm -rf build && babel src -d build", | ||
"build": "rimraf build && babel src -d build", | ||
"docs": "styleguidist build", | ||
@@ -58,2 +58,3 @@ "lint": "eslint --ignore-path .gitignore --fix *.js src/**/*.jsx src/**/*.js", | ||
"react-styleguidist": "^8.0.6", | ||
"rimraf": "^2.6.3", | ||
"webpack": "^4.28.1", | ||
@@ -60,0 +61,0 @@ "webpack-blocks": "^1.0.0" |
89805
1889
17