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",
|
"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",
|
"description": "An in-browser static blog library and static site generator. Similar to Jekyll, Octopress, Nanoc, etc",
|
||||||
"main": "desirae.js",
|
"main": "desirae.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git+https",
|
||||||
"url": "git@git.daplie.com:Daplie/desirae.git"
|
"url": "https://git.coolaj86.com/coolaj86/desirae.js.git"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"dear",
|
"dear",
|
||||||
|
@ -25,9 +25,9 @@
|
||||||
"author": "AJ ONeal",
|
"author": "AJ ONeal",
|
||||||
"license": "Apache2",
|
"license": "Apache2",
|
||||||
"bugs": {
|
"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": {
|
"dependencies": {
|
||||||
"bluebird": "^2.5.3",
|
"bluebird": "^2.5.3",
|
||||||
"escape-string-regexp": "^1.0.2",
|
"escape-string-regexp": "^1.0.2",
|
||||||
|
|
Loading…
Reference in New Issue