Skip to content

Commit fdf0eb8

Browse files
authored
Merge pull request #25 from Next2D/develop
#16 不足してるファイルをコミット
2 parents 4ac0687 + 6cc49c7 commit fdf0eb8

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

.npmignore

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
.github
22
.gitattributes
33
.gitignore
4-
template/dist
54
template/ios
65
template/android
76
template/node_modules
8-
template/package.json
9-
template/src/Packages.ts
10-
template/src/config/Config.ts
7+
template/package.json

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@next2d/framework-typescript-template",
33
"description": "Next2D Framework default TypeScript template.",
4-
"version": "2.0.3",
4+
"version": "2.0.4",
55
"homepage": "https://next2d.app",
66
"bugs": "https://github.com/Next2D/framework-typescript-template/issues/new",
77
"author": "Toshiyuki Ienaga<ienaga@next2d.app>",

template/.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ dist-ssr
2323
*.sln
2424
*.sw?
2525

26-
src/Packages.*
27-
src/config/Config.*
26+
src/Packages.ts
27+
src/config/Config.ts
2828
electron/resources

0 commit comments

Comments
 (0)