Skip to content

Commit af3bf1a

Browse files
committed
bump version number to 0.9
fix the repository entry in package.json as well
1 parent 74a522f commit af3bf1a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "devtools-license-check",
3-
"version": "0.8.0",
3+
"version": "0.9.0",
44
"description": "Verify licenses for inclusion in Mozilla DevTools",
5-
"repository": "github:firefox-devtools/devtools-core",
5+
"repository": "github:firefox-devtools/devtools-license-check",
66
"scripts": {
77
"test": "# No tests available"
88
},
@@ -14,4 +14,4 @@
1414
"dependencies": {
1515
"license-checker": "^9.0.3"
1616
}
17-
}
17+
}

0 commit comments

Comments
 (0)