v0.11.3: update URL
This commit is contained in:
parent
447eccb9ff
commit
eaf0c9bfba
10
package.json
10
package.json
|
@ -1,14 +1,14 @@
|
|||
{
|
||||
"name": "desirae",
|
||||
"version": "0.11.2",
|
||||
"version": "0.11.3",
|
||||
"description": "An in-browser static blog library and static site generator. Similar to Jekyll, Octopress, Nanoc, etc",
|
||||
"main": "desirae.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git@git.daplie.com:Daplie/desirae.git"
|
||||
"type": "git+https",
|
||||
"url": "https://git.coolaj86.com/coolaj86/desirae.js.git"
|
||||
},
|
||||
"keywords": [
|
||||
"dear",
|
||||
|
@ -25,9 +25,9 @@
|
|||
"author": "AJ ONeal",
|
||||
"license": "Apache2",
|
||||
"bugs": {
|
||||
"url": "https://git.daplie.com/Daplie/desirae/issues"
|
||||
"url": "https://git.coolaj86.com/coolaj86/desirae.js/issues"
|
||||
},
|
||||
"homepage": "https://git.daplie.com/Daplie/desirae",
|
||||
"homepage": "https://git.coolaj86.com/coolaj86/desirae.js",
|
||||
"dependencies": {
|
||||
"bluebird": "^2.5.3",
|
||||
"escape-string-regexp": "^1.0.2",
|
||||
|
|
Loading…
Reference in New Issue