Skip to content

Commit

Permalink
feature #14529 Prepare for releasing @sylius-ui/frontend npm package …
Browse files Browse the repository at this point in the history
…(jakubtobiasz)

This PR was merged into the 1.13 branch.

Discussion
----------

| Q               | A                                                            |
|-----------------|--------------------------------------------------------------|
| Branch?         | 1.13                   |
| Bug fix?        | no                                                       |
| New feature?    | yes                                                       |
| BC breaks?      | no                                                       |
| Deprecations?   | no <!-- don't forget to update the UPGRADE-*.md file --> |
| Related tickets | -                      |
| License         | MIT                                                          |

Some time ago, we published `@sylius-ui/frontend` NPM package to allow us to easily manage and bump dependencies among  all Sylius-based projects (of course, those using Webpack and our package).

Commits
-------

eda2361 Prepare for releasing @sylius-ui/frontend npm package
  • Loading branch information
GSadee committed Dec 1, 2022
2 parents bc7f725 + eda2361 commit 40c3a39
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
**/**
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -63,6 +66,5 @@
"type": "git",
"url": "git+https://github.com/Sylius/Sylius.git"
},
"author": "Paweł Jędrzejewski",
"license": "MIT"
"author": "Paweł Jędrzejewski"
}

0 comments on commit 40c3a39

Please sign in to comment.