Skip to content

Commit

Permalink
Fix invalid version string
Browse files Browse the repository at this point in the history
  • Loading branch information
tienvx committed Oct 10, 2021
1 parent 9ee8a45 commit 2509589
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/Resources/assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,19 @@
"test": "babel src -d dist && jest",
"lint": "eslint src test"
},
"peerDependencies": {
"stimulus": "^2.0.0",
"dependencies": {
"symfony-collection-js": "4.2.0-js-only"
},
"peerDependencies": {
"stimulus": "^2.0.0"
},
"devDependencies": {
"@babel/cli": "^7.12.1",
"@babel/core": "^7.12.3",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/preset-env": "^7.12.7",
"@symfony/stimulus-testing": "^1.1.0",
"stimulus": "^2.0.0",
"symfony-collection-js": "4.2.0-js-only"
"stimulus": "^2.0.0"
},
"jest": {
"testRegex": "test/.*\\.test.js",
Expand Down

0 comments on commit 2509589

Please sign in to comment.