Skip to content

Commit f188daa

Browse files
authored
Merge pull request #16 from guocaoyi/fix/0.8.3
merge(0.8.3): merge fix/0.8.3 to origin main
2 parents 967da35 + 0d391de commit f188daa

File tree

5 files changed

+132
-11
lines changed

5 files changed

+132
-11
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Summary
99
5. version timestamp follow the yyyy.MM.dd format
1010
```
1111

12-
## 0.8.2 [2023.03.09]
12+
## 0.8.3 [2023.03.09]
1313

1414
- fix: template vanilla-js initial error(remove `@vitejs/plugin-react` dependency)
1515
- fix: `yarn create` error with `--template` options

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2022-present, Yalda
3+
Copyright (c) 2022-2023, Yalda
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env node
2+
13
import * as fs from 'node:fs'
24
import * as path from 'node:path'
35
import * as process from 'node:process'

npm-shrinkwrap.json

Lines changed: 124 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-chrome-ext",
3-
"version": "0.8.2",
3+
"version": "0.8.3",
44
"type": "module",
55
"description": "Scaffolding your chrome extension, multiple boilerplates supported!",
66
"author": "yalda",
@@ -60,13 +60,13 @@
6060
"prompts": "^2.4.2"
6161
},
6262
"optionalDependencies": {
63+
"@types/minimist": "^1.2.2",
64+
"@types/mustache": "^4.2.1",
6365
"@types/node": "^14.18.18",
6466
"@types/prompts": "^2.4.0",
65-
"@types/mustache": "^4.2.1",
66-
"@types/minimist": "^1.2.2",
6767
"prettier": "^2.7.1",
6868
"prettier-plugin-svelte": "^2.7.0",
6969
"svelte": "^3.44.0",
70-
"typescript": "^4.8.0"
70+
"typescript": "^4.9.5"
7171
}
7272
}

0 commit comments

Comments
 (0)