Prepare for releasing @sylius-ui/frontend npm package

This commit is contained in:
Jakub Tobiasz
2022-11-10 16:58:57 +01:00
parent 59c0b3eaf2
commit eda2361ab3
2 changed files with 5 additions and 2 deletions

1
.npmignore Normal file
View File

@@ -0,0 +1 @@
**/**

View File

@@ -1,4 +1,7 @@
{
"name": "@sylius-ui/frontend",
"version": "1.0.1",
"license": "MIT",
"dependencies": {
"@babel/polyfill": "^7.0.0",
"chart.js": "^3.7.1",
@@ -63,6 +66,5 @@
"type": "git",
"url": "git+https://github.com/Sylius/Sylius.git"
},
"author": "Paweł Jędrzejewski",
"license": "MIT"
"author": "Paweł Jędrzejewski"
}