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.
2 parents fdf0eb8 + 952e927 commit eae5fa0Copy full SHA for eae5fa0
.npmignore
@@ -3,5 +3,4 @@
3
.gitignore
4
template/ios
5
template/android
6
-template/node_modules
7
template/package.json
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@next2d/framework-typescript-template",
"description": "Next2D Framework default TypeScript template.",
- "version": "2.0.4",
+ "version": "2.0.5",
"homepage": "https://next2d.app",
"bugs": "https://github.com/Next2D/framework-typescript-template/issues/new",
"author": "Toshiyuki Ienaga<ienaga@next2d.app>",
template/.eslintignore
@@ -1,3 +1,3 @@
**/node_modules/*
-src/Packages.*
-src/config/Config.*
+src/Packages.ts
+src/config/Config.ts
0 commit comments