@modern-js/utils 2.22.1-alpha.2 → 2.22.1-alpha.3

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 +3 -3
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "2.22.1-alpha.2",
18
+ "version": "2.22.1-alpha.3",
19
19
  "jsnext:source": "./src/index.ts",
20
20
  "types": "./dist/types/index.d.ts",
21
21
  "main": "./dist/cjs/index.js",
@@ -241,8 +241,8 @@
241
241
  "webpack": "^5.82.1",
242
242
  "@types/serialize-javascript": "^5.0.1",
243
243
  "@modern-js/types": "2.22.0",
244
- "@scripts/build": "2.22.0",
245
- "@scripts/jest-config": "2.22.0"
244
+ "@scripts/jest-config": "2.22.0",
245
+ "@scripts/build": "2.22.0"
246
246
  },
247
247
  "sideEffects": false,
248
248
  "scripts": {