Skip to content

Commit d95b6e4

Browse files
committed
fix: update version
1 parent a6ca853 commit d95b6e4

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

packages/cli/package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
{
22
"name": "create-ts-lib",
3-
"version": "0.2.6",
3+
"version": "0.3.1",
44
"description": "Create your TypeScript module with no nuild configuration",
55
"scripts": {
66
"publish-cli": "semantic-release",
77
"test": "echo \"Error: no test specified\" && exit 1",
88
"postinstall": "opencollective-postinstall"
9-
109
},
1110
"repository": {
1211
"type": "git",
@@ -55,8 +54,8 @@
5554
"marked": "^0.4.0",
5655
"semantic-release": "^15.9.9"
5756
},
58-
"collective": {
57+
"collective": {
5958
"type": "opencollective",
6059
"url": "https://opencollective.com/typescript-webpack-starter"
61-
}
60+
}
6261
}

0 commit comments

Comments
 (0)