We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab48f6f commit 2a1ceafCopy full SHA for 2a1ceaf
package.json
@@ -1,19 +1,17 @@
1
{
2
"name": "pull-next",
3
"description": "",
4
- "version": "0.0.0",
+ "version": "0.0.1",
5
"homepage": "https://github.com/dominictarr/pull-next",
6
"repository": {
7
"type": "git",
8
"url": "git://github.com/dominictarr/pull-next.git"
9
},
10
- "dependencies": {
11
- },
12
- "devDependencies": {
13
+ "dependencies": {},
+ "devDependencies": {},
14
"scripts": {
15
"test": "set -e; for t in test/*.js; do node $t; done"
16
17
"author": "Dominic Tarr <[email protected]> (http://dominictarr.com)",
18
- "license": "MIT"
+ "license": "MIT"
19
}
0 commit comments