1
0
Fork 0

🔖 Publish v2.0.0-alpha.10

This commit is contained in:
Joost De Cock 2019-05-02 19:36:56 +02:00
parent c377171253
commit 116b94b0f2
48 changed files with 80 additions and 151 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@freesewing/components",
"version": "2.0.0-alpha.9",
"version": "2.0.0-alpha.10",
"description": "A collection of React components for FreeSewing web UIs",
"author": "Joost De Cock <joost@decock.org> (https://github.com/joostdecock)",
"homepage": "https://freesewing.org/",
@ -27,15 +27,15 @@
"storybook": "start-storybook -p 6663"
},
"peerDependencies": {
"react": "^16.4.1",
"prop-types": "15.7.2",
"@freesewing/patterns": "^2.0.0-alpha.9",
"@freesewing/i18n": "^2.0.0-alpha.9",
"@freesewing/patterns": "^2.0.0-alpha.9",
"@freesewing/utils": "^2.0.0-alpha.9",
"react-intl": "^2.8.0",
"@material-ui/core": "^3.9.3",
"@material-ui/icons": "^3.0.2",
"@material-ui/lab": "^3.0.0-alpha.30"
"@material-ui/lab": "^3.0.0-alpha.30",
"prop-types": "15.7.2",
"react": "^16.4.1",
"react-intl": "^2.8.0"
},
"files": [
"dist/*",