Skip to content

Commit eae5fa0

Browse files
authored
Merge pull request #27 from Next2D/develop
Develop
2 parents fdf0eb8 + 952e927 commit eae5fa0

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.npmignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@
33
.gitignore
44
template/ios
55
template/android
6-
template/node_modules
76
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.4",
4+
"version": "2.0.5",
55
"homepage": "https://next2d.app",
66
"bugs": "https://github.com/Next2D/framework-typescript-template/issues/new",
77
"author": "Toshiyuki Ienaga<ienaga@next2d.app>",

template/.eslintignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
**/node_modules/*
2-
src/Packages.*
3-
src/config/Config.*
2+
src/Packages.ts
3+
src/config/Config.ts

0 commit comments

Comments
 (0)