Skip to content

Commit 2a1ceaf

Browse files
committed
0.0.1
1 parent ab48f6f commit 2a1ceaf

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

package.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
11
{
22
"name": "pull-next",
33
"description": "",
4-
"version": "0.0.0",
4+
"version": "0.0.1",
55
"homepage": "https://github.com/dominictarr/pull-next",
66
"repository": {
77
"type": "git",
88
"url": "git://github.com/dominictarr/pull-next.git"
99
},
10-
"dependencies": {
11-
},
12-
"devDependencies": {
13-
},
10+
"dependencies": {},
11+
"devDependencies": {},
1412
"scripts": {
1513
"test": "set -e; for t in test/*.js; do node $t; done"
1614
},
1715
"author": "Dominic Tarr <[email protected]> (http://dominictarr.com)",
18-
"license": "MIT"
16+
"license": "MIT"
1917
}

0 commit comments

Comments
 (0)