Skip to content
This repository has been archived by the owner on Sep 8, 2024. It is now read-only.

Commit

Permalink
[release-fix]Fix the console version
Browse files Browse the repository at this point in the history
  • Loading branch information
sheepbox8646 committed Feb 26, 2023
1 parent b64e36d commit 0ce2542
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 648 deletions.
6 changes: 3 additions & 3 deletions packages/core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ window.onload = () => {
/ / / / __/ |/ |/ / /__/ /_/ / /
/_/ /_/\\___/|__/|__/\\___/\\__,_/_/
%cThe animation is powered by %c newcar %c v0.1.0 %c
%cThe animation is powered by %c newcar %c v0.2.0 %c
link: https://github.com/Bug-Duck/newcar
`,
"font-size: 14px",
"background-color: orange; padding: 7px",
"background-color: grey; padding: 7px"
"background-color: orange; padding: 7px; font-size: 14px",
"background-color: grey; padding: 7px; font-size: 14px"
);
};

Expand Down
26 changes: 2 additions & 24 deletions packages/objects/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,33 +3,11 @@
"version": "0.2.0",
"description": "All the car objects.",
"main": "src/index.ts",
"scripts": {
"build:rollup": "rollup -c",
"dev": "rollup -c -w",
"clean": "rimraf ./dist",
"build:cleanup": "rimraf ./dist/src",
"build": "run-s clean build:rollup build:cleanup"
},
"scripts": {},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.20.7",
"@babel/preset-typescript": "^7.18.6",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^24.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-terser": "^0.2.1",
"@rollup/plugin-typescript": "^10.0.1",
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2",
"rollup": "^3.8.1",
"rollup-plugin-dts": "^5.0.0",
"rollup-plugin-sourcemaps": "^0.6.3",
"tslib": "^2.4.1",
"typescript": "^4.9.4"
},
"dependencies": {
"@newcar/core": "workspace:*"
"typescript": "^4.9.4"
}
}
62 changes: 0 additions & 62 deletions packages/objects/rollup.config.mjs

This file was deleted.

Loading

0 comments on commit 0ce2542

Please sign in to comment.