Skip to content

Commit

Permalink
npm init v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bulentv committed Jan 11, 2019
1 parent f9d304e commit 62f4ccb
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
{
"name": "test-shared-module",
"version": "1.0.0",
"version": "1.0.1",
"main": "index.js",
"license": "MIT"
"license": "MIT",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bulentv/test-shared-module.git"
},
"author": "",
"bugs": {
"url": "https://github.com/bulentv/test-shared-module/issues"
},
"homepage": "https://github.com/bulentv/test-shared-module#readme",
"description": ""
}

0 comments on commit 62f4ccb

Please sign in to comment.