Dependencies, explicit version number
This commit is contained in:
parent
b8687019cf
commit
9364175f75
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "shower",
|
"name": "shower",
|
||||||
|
"version": "1.0.15",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "index.html",
|
"main": "index.html",
|
||||||
"ignore": [
|
"ignore": [
|
||||||
|
@ -16,8 +17,8 @@
|
||||||
"template"
|
"template"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"shower-bright": "~1.0.11",
|
"shower-bright": "^1.1.0",
|
||||||
"shower-core": "~1.0.7",
|
"shower-core": "^1.2.0",
|
||||||
"shower-ribbon": "~1.0.11"
|
"shower-ribbon": "^1.1.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue