mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
Add JQuery Dirtyforms in UPGRADE-1.6.md
Update `package.json` in order to add JQuery Dirtyforms. See [issue #88](https://github.com/Sylius/SyliusDemo/pull/88/files) for more informations
This commit is contained in:
parent
746cdf2cdd
commit
152a8e5051
1 changed files with 15 additions and 0 deletions
|
|
@ -11,3 +11,18 @@ Copy [a new migration file](https://raw.githubusercontent.com/Sylius/Sylius-Stan
|
|||
```bash
|
||||
bin/console doctrine:migrations:migrate
|
||||
```
|
||||
|
||||
Update your `package.json` in order to add `jquery.dirtyforms` as mentionned in [issue #88](https://github.com/Sylius/SyliusDemo/pull/88/files) :
|
||||
|
||||
```diff
|
||||
{
|
||||
"dependencies": {
|
||||
"babel-polyfill": "^6.26.0",
|
||||
"jquery": "^3.4.1",
|
||||
+ "jquery.dirtyforms": "^2.0.0",
|
||||
"lightbox2": "^2.9.0",
|
||||
"semantic-ui-css": "^2.2.0"
|
||||
},
|
||||
...
|
||||
}
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue