atomic-layout
Advanced tools
Comparing version 0.4.0 to 0.4.1
{ | ||
"name": "atomic-layout", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "A single component to distribute a spacial relation in your layouts using CSS Grid.", | ||
@@ -23,4 +23,4 @@ "keywords": [ | ||
"scripts": { | ||
"start": "start-storybook -p 6020", | ||
"dev": "cross-env NODE_ENV=development webpack --watch", | ||
"start": "cross-env NODE_ENV=development webpack --watch", | ||
"storybook": "start-storybook -p 6020", | ||
"build": "webpack", | ||
@@ -34,6 +34,5 @@ "cypress": "node_modules/.bin/cypress open", | ||
"test": "npm run test:unit && npm run test:e2e", | ||
"postinstall": "npm run build", | ||
"precommit": "lint-staged", | ||
"prepush": "npm run test:unit", | ||
"prepublishOnly": "npm run build && npm test" | ||
"preversion": "npm run build && npm test" | ||
}, | ||
@@ -40,0 +39,0 @@ "lint-staged": { |
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
0
29684