regor 1.0.2 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +2 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "regor",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "A modern UI framework for web and desktop applications, inspired by Vue's concepts and powered by simplicity and flexibility.",
5
5
  "author": "Ahmed Yasin Koculu",
6
6
  "license": "MIT",
@@ -8,8 +8,7 @@
8
8
  "module": "dist/regor.es2022.esm.js",
9
9
  "types": "dist/regor.d.ts",
10
10
  "scripts": {
11
- "build": "yarn tsx scripts/bundle.ts && yarn dts && yarn copy",
12
- "copy": "xcopy /Y D:\\code\\modern\\regorjs\\github\\regor\\dist\\* D:\\code\\modern\\AmberDB\\src\\Console\\web\\node_modules\\regor\\dist",
11
+ "build": "yarn tsx scripts/bundle.ts && yarn dts",
13
12
  "dts": "yarn dts-bundle-generator src/index.ts -o dist/regor.d.ts",
14
13
  "lint": "yarn eslint src/**/*.ts",
15
14
  "watch": "yarn tsx scripts/bundle.ts --watch",