@biuxiu/codegen 0.1.7 → 0.1.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@biuxiu/codegen",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "description": "代码生成工具",
5
- "main": "index.js",
5
+ "main": "dist/index.js",
6
6
  "scripts": {
7
7
  "test:dev": "tsx scripts/dev.ts",
8
8
  "test:rm": "tsx scripts/dev.ts -d",