Dependencies, explicit version number

This commit is contained in:
Vadim Makeev 2015-12-06 19:46:31 +01:00
parent b8687019cf
commit 9364175f75
1 changed files with 4 additions and 3 deletions

View File

@ -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"
} }
} }