Skip to content

Commit

Permalink
versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
bradwbradw committed Dec 9, 2015
1 parent 3203051 commit 59dcb87
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "testService",
"version": "0.0.1",
"version": "1.0.0",
"main": "testService.js",
"homepage": "https://github.com/bradwbradw/test",
"authors": [
Expand Down
22 changes: 22 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "test-service",
"version": "1.0.0",
"description": "test service v 1.0.0",
"main": "testService.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bradwbradw/test.git"
},
"keywords": [
"test"
],
"author": "brad",
"license": "ISC",
"bugs": {
"url": "https://github.com/bradwbradw/test/issues"
},
"homepage": "https://github.com/bradwbradw/test#readme"
}

0 comments on commit 59dcb87

Please sign in to comment.