Carried out Better rename refactoring.
Showing
{ | ||
"name": "blockdown-site-local", | ||
"name": "better-site-local", | ||
"version": "1.0.0", | ||
"description": "This is a simple local site server implementation to facilitate local testing. (On production, the site is served via nginx.)", | ||
"description": "A simple local site server implementation for Better Builder to facilitate local testing. (On production, the site is served via nginx.)", | ||
"main": "index.coffee", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git@source.ind.ie:blockdown/site-local.git" | ||
"url": "git@source.ind.ie:better/site-local.git" | ||
}, | ||
"author": "Aral Balkan", | ||
"license": "AGPL-3.0", | ||
... | ... |
Please register or sign in to comment