atomic-layout
Advanced tools
Comparing version 0.7.1 to 0.7.2
{ | ||
"name": "atomic-layout", | ||
"version": "0.7.1", | ||
"version": "0.7.2", | ||
"description": "A single component to distribute a spacial relation in your layouts using CSS Grid.", | ||
@@ -10,2 +10,3 @@ "main": "lib/index.js", | ||
"storybook": "start-storybook -p 6020", | ||
"lint": "tslint -c ./tslint.json 'src/**/*.{ts,tsx}'", | ||
"clean": "rimraf lib && exit 0", | ||
@@ -27,3 +28,3 @@ "build": "yarn clean && yarn build:types && cross-env NODE_ENV=production webpack", | ||
"*.{ts,tsx}": [ | ||
"eslint ./src/", | ||
"yarn lint", | ||
"prettier --write", | ||
@@ -85,7 +86,2 @@ "git add" | ||
"cypress": "^3.0.3", | ||
"eslint": "^5.9.0", | ||
"eslint-config-prettier": "^3.3.0", | ||
"eslint-loader": "^2.1.1", | ||
"eslint-plugin-import": "^2.14.0", | ||
"eslint-plugin-react": "^7.11.1", | ||
"husky": "^1.0.0-rc.9", | ||
@@ -92,0 +88,0 @@ "jest": "23.6.0", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
184824
49