Update package.json
Showing
... | ... | @@ -5,7 +5,7 @@ |
"main": "dist/gridstack.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/troolee/gridstack.js.git" | ||
"url": "git+https://github.com/gridstack/gridstack.js.git" | ||
}, | ||
"scripts": { | ||
"build": "grunt ; doctoc ./README.md ; doctoc ./doc/README.md ; doctoc ./doc/CHANGES.md", | ||
... | ... | @@ -24,9 +24,9 @@ |
], | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/troolee/gridstack.js/issues" | ||
"url": "https://github.com/gridstack/gridstack.js/issues" | ||
}, | ||
"homepage": "http://troolee.github.io/gridstack.js/", | ||
"homepage": "http://gridstack.github.io/gridstack.js/", | ||
"dependencies": { | ||
"jquery": "^3.1.0", | ||
"jquery-ui": "^1.12.0", | ||
... | ... |
Please register or sign in to comment