Skip to content

Commit 8eaf46b

Browse files
Merge pull request #10 from coon-js/dev
fix: fix wrong version prefix for allowing broader range of version c…
2 parents 40c997b + 3a30a44 commit 8eaf46b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,13 @@
9191
},
9292
"homepage": "https://github.com/coon-js/extjs-app-user#readme",
9393
"dependencies": {
94-
"@coon-js/extjs-lib-comp": "~0.1.0",
95-
"@coon-js/extjs-lib-core": "~0.6.0",
96-
"@l8js/l8": "~0.3.9"
94+
"@coon-js/extjs-lib-comp": ">=0.1.0",
95+
"@coon-js/extjs-lib-core": ">=0.6.0",
96+
"@l8js/l8": ">=0.3.9"
9797
},
9898
"devDependencies": {
99-
"@coon-js/extjs-link": "~0.1.4",
100-
"@coon-js/siesta-lib-helper": "~0.1.9",
99+
"@coon-js/extjs-link": ">=0.1.4",
100+
"@coon-js/siesta-lib-helper": ">=0.1.9",
101101
"eslint": "^7.28.0",
102102
"local-web-server": "^4.2.1",
103103
"node-git-hooks": "^1.0.6",

0 commit comments

Comments
 (0)