Release v1.0.13
This commit is contained in:
parent
6b330310b4
commit
870581cb2a
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "shower",
|
"name": "shower",
|
||||||
"version": "1.0.12",
|
"version": "1.0.13",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "index.html",
|
"main": "index.html",
|
||||||
"ignore": [
|
"ignore": [
|
||||||
|
@ -18,7 +18,7 @@
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"shower-bright": "^1.0.10",
|
"shower-bright": "^1.0.10",
|
||||||
"shower-core": "^1.0.5",
|
"shower-core": "^1.0.6",
|
||||||
"shower-ribbon": "^1.0.10"
|
"shower-ribbon": "^1.0.10"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
16
package.json
16
package.json
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "shower",
|
"name": "shower",
|
||||||
"description": "Shower HTML presentation engine",
|
"description": "Shower HTML presentation engine",
|
||||||
"version": "1.0.12",
|
"version": "1.0.13",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Vadim Makeev",
|
"name": "Vadim Makeev",
|
||||||
"url": "http://pepelsbey.com/"
|
"url": "http://pepelsbey.com/"
|
||||||
|
@ -27,17 +27,17 @@
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"shower-bright": "^1.0.10",
|
"shower-bright": "^1.0.10",
|
||||||
"shower-core": "^1.0.5",
|
"shower-core": "^1.0.6",
|
||||||
"shower-ribbon": "^1.0.10"
|
"shower-ribbon": "^1.0.10"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"grunt": "^0.4.4",
|
"grunt": "^0.4.5",
|
||||||
"grunt-bump": "0.0.13",
|
"grunt-bump": "0.0.15",
|
||||||
"grunt-contrib-clean": "^0.5.0",
|
"grunt-contrib-clean": "^0.6.0",
|
||||||
"grunt-contrib-compress": "^0.9.1",
|
"grunt-contrib-compress": "^0.10.0",
|
||||||
"grunt-contrib-copy": "^0.5.0",
|
"grunt-contrib-copy": "^0.5.0",
|
||||||
"grunt-gh-pages": "^0.9.1",
|
"grunt-gh-pages": "^0.9.1",
|
||||||
"grunt-text-replace": "^0.3.11",
|
"grunt-text-replace": "^0.3.12",
|
||||||
"load-grunt-tasks": "^0.4.0"
|
"load-grunt-tasks": "^0.6.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue