@alvarium/react-statements
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@alvarium/react-statements", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Collection of React statements", | ||
@@ -25,3 +25,8 @@ "author": "Alvarium.io", | ||
}, | ||
"keywords": ["react", "es-module", "react-component", "react-statements"], | ||
"keywords": [ | ||
"react", | ||
"es-module", | ||
"react-component", | ||
"react-statements" | ||
], | ||
"scripts": { | ||
@@ -33,4 +38,3 @@ "test": "cross-env CI=1 react-scripts-ts test --env=jsdom", | ||
"prepare": "yarn run build", | ||
"predeploy": "cd example && yarn install && yarn run build", | ||
"deploy": "gh-pages -d example/build" | ||
"postversion": "git push && git push --follow-tags --no-verify" | ||
}, | ||
@@ -37,0 +41,0 @@ "dependencies": {}, |
28981