@blaze-react/avatar
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "@blaze-react/avatar", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"publishConfig": { | ||
@@ -10,3 +10,3 @@ "access": "public" | ||
"scripts": { | ||
"build": "./node_modules/.bin/babel index.js -d lib", | ||
"build": "../../node_modules/.bin/babel ./src --out-dir lib ", | ||
"build-storybook": "build-storybook -c .storybook -o docs-build", | ||
@@ -36,3 +36,3 @@ "lint": "eslint ./ --ignore-path ../../.eslintignore", | ||
}, | ||
"gitHead": "02342ff296083b4dc2797bdd0a16759043884a26" | ||
"gitHead": "1841683da61c3fb6bddc07d2e5c1bf523467b79b" | ||
} |
6432