We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b535098 commit 39cc3f3Copy full SHA for 39cc3f3
1 file changed
package.json
@@ -4,7 +4,7 @@
4
"description": "Development support scripts for Intern projects.",
5
"repository": {
6
"type": "git",
7
- "url": "https://github.com/theintern/intern-dev.git"
+ "url": "https://github.com/theintern/dev.git"
8
},
9
"license": "BSD-3-Clause",
10
"files": [
@@ -30,11 +30,11 @@
30
"@types/shelljs": "~0.7.1",
31
"ts-node": "~3.1.0"
32
33
- "bugs": "https://github.com/theintern/intern-dev/issues",
+ "bugs": "https://github.com/theintern/dev/issues",
34
"keywords": [
35
"intern"
36
],
37
- "homepage": "http://gitub.com/theintern/intern-dev",
+ "homepage": "http://gitub.com/theintern/dev",
38
"bin": {
39
"intern-dev-build": "./intern-dev-build.js",
40
"intern-dev-clean": "./intern-dev-clean.js",
@@ -55,4 +55,4 @@
55
]
56
}
57
58
-}
+}
0 commit comments