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 a6ca853 commit d95b6e4Copy full SHA for d95b6e4
packages/cli/package.json
@@ -1,12 +1,11 @@
1
{
2
"name": "create-ts-lib",
3
- "version": "0.2.6",
+ "version": "0.3.1",
4
"description": "Create your TypeScript module with no nuild configuration",
5
"scripts": {
6
"publish-cli": "semantic-release",
7
"test": "echo \"Error: no test specified\" && exit 1",
8
"postinstall": "opencollective-postinstall"
9
-
10
},
11
"repository": {
12
"type": "git",
@@ -55,8 +54,8 @@
55
54
"marked": "^0.4.0",
56
"semantic-release": "^15.9.9"
57
58
- "collective": {
+ "collective": {
59
"type": "opencollective",
60
"url": "https://opencollective.com/typescript-webpack-starter"
61
- }
+ }
62
}
0 commit comments