v0.11.3: update URL

This commit is contained in:
AJ ONeal 2018-11-07 10:16:39 -07:00
parent 447eccb9ff
commit eaf0c9bfba
1 changed files with 5 additions and 5 deletions

View File

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