Updated package.json version

This commit is contained in:
Alicia Sykes
2018-03-03 23:13:25 +00:00
parent 11eb71cf75
commit ad53b8c3de

View File

@@ -1,7 +1,7 @@
{ {
"name": "happy-team", "name": "happy-team",
"version": "0.0.1", "version": "0.5.0",
"main": "src/happy-team.js", "main": "server/index.js",
"scripts": { "scripts": {
"start": "node server/index", "start": "node server/index",
"watch": "gulp", "watch": "gulp",
@@ -103,12 +103,12 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "" "url": "https://github.com/Lissy93/happy-app"
}, },
"author": "Alicia Sykes", "author": "Alicia Sykes",
"license": "Fair Source License", "license": "Fair Source License",
"bugs": { "bugs": {
"url": "" "url": "https://github.com/Lissy93/happy-app/issues"
}, },
"homepage": "http://aliciasykes.com" "homepage": "https://github.com/Lissy93/happy-app"
} }