Update version number
This commit is contained in:
Родитель
8ae7c94a48
Коммит
9c219d1e19
70
package.json
70
package.json
|
@ -1,36 +1,36 @@
|
|||
{
|
||||
"author": "Austin King <shout@ozten.com> (http://ozten.com)",
|
||||
"name": "connect-cachify",
|
||||
"description": "Connect middleware to provide easy frontend caching.",
|
||||
"keywords": ["cache", "HTTP", "expires", "asset", "max-age", "caching"],
|
||||
"version": "0.0.15",
|
||||
"homepage": "http://github.com/mozilla/connect-cachify",
|
||||
"licenses": [{
|
||||
"type": "MPL2",
|
||||
"url": "https://github.com/mozilla/connect-cachify/blob/master/LICENSE"
|
||||
}],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/mozilla/connect-cachify.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/mozilla/connect-cachify/issues"
|
||||
},
|
||||
"main": "index",
|
||||
"engines": {
|
||||
"node": ">=0.4.7"
|
||||
},
|
||||
"dependencies": {
|
||||
"underscore": ">=1.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"ejs": "0.6.1",
|
||||
"express": "2.5.8",
|
||||
"nodeunit": ">=0.6.4",
|
||||
"shelljs": "0.0.8",
|
||||
"step": ">=0.0.5"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "nodeunit test"
|
||||
}
|
||||
}
|
||||
"author": "Austin King <shout@ozten.com> (http://ozten.com)",
|
||||
"name": "connect-cachify",
|
||||
"description": "Connect middleware to provide easy frontend caching.",
|
||||
"keywords": ["cache", "HTTP", "expires", "asset", "max-age", "caching"],
|
||||
"version": "0.0.16",
|
||||
"homepage": "http://github.com/mozilla/connect-cachify",
|
||||
"licenses": [{
|
||||
"type": "MPL2",
|
||||
"url": "https://github.com/mozilla/connect-cachify/blob/master/LICENSE"
|
||||
}],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/mozilla/connect-cachify.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/mozilla/connect-cachify/issues"
|
||||
},
|
||||
"main": "index",
|
||||
"engines": {
|
||||
"node": ">=0.4.7"
|
||||
},
|
||||
"dependencies": {
|
||||
"underscore": ">=1.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"ejs": "0.6.1",
|
||||
"express": "2.5.8",
|
||||
"nodeunit": ">=0.6.4",
|
||||
"shelljs": "0.0.8",
|
||||
"step": ">=0.0.5"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "nodeunit test"
|
||||
}
|
||||
}
|
Загрузка…
Ссылка в новой задаче