Skip to content

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ienaga committed Nov 1, 2023
1 parent e2dbc7c commit 338f207
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 18 deletions.
26 changes: 9 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
"scripts": {
"lint": "eslint src/**/*.ts",
"publish": "node ./scripts/version.js && tsc",
"test": "jest",
"jsdoc": "tsc && jsdoc -c jsdoc.conf.js -r dist DOCS.md"
"test": "jest"
},
"types": "dist",
"files": [
Expand All @@ -29,22 +28,15 @@
"@next2d/player": "*"
},
"devDependencies": {
"@babel/core": "^7.22.20",
"@babel/plugin-transform-modules-commonjs": "^7.22.15",
"@babel/preset-env": "^7.22.20",
"@next2d/jsdoc-template": "^1.0.7",
"@types/jest": "^29.5.5",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"eslint": "^8.49.0",
"eslint-webpack-plugin": "^4.0.1",
"@babel/core": "^7.23.2",
"@babel/plugin-transform-modules-commonjs": "^7.23.0",
"@babel/preset-env": "^7.23.2",
"@types/jest": "^29.5.7",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"eslint": "^8.52.0",
"jest": "^29.7.0",
"jsdoc": "^4.0.2",
"ts-jest": "^29.1.1",
"ts-loader": "^9.4.4",
"ts-node": "^10.9.1",
"typescript": "^5.2.2",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
"typescript": "^5.2.2"
}
}
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { response } from "./application/variable/Response";
import { loaderInfoMap } from "./application/variable/LoaderInfoMap";

// output build version
console.log("%c Next2D Framework %c 1.6.1 %c https://next2d.app",
console.log("%c Next2D Framework %c 1.6.2 %c https://next2d.app",

Check warning on line 19 in src/index.ts

View workflow job for this annotation

GitHub Actions / windows-browser-test

Unexpected console statement

Check warning on line 19 in src/index.ts

View workflow job for this annotation

GitHub Actions / windows-browser-test

Unexpected console statement
"color: #fff; background: #5f5f5f",
"color: #fff; background: #4bc729",
"");
Expand Down

0 comments on commit 338f207

Please sign in to comment.