now has .git

This commit is contained in:
2016-02-23 08:48:41 +01:00
parent e4ef9bf97a
commit 3c9dd787b3
9 changed files with 25 additions and 16 deletions

View File

@@ -2,6 +2,10 @@
"name": "testpackage",
"version": "1.0.0",
"description": "some test",
"repository": {
"type": "git",
"url": "git+https://github.com/someuser/somerepo.git"
},
"main": "test.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"