@parcel/codeframe 2.2.1 → 2.3.0

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parcel/codeframe",
3
- "version": "2.2.1",
3
+ "version": "2.3.0",
4
4
  "description": "Blazing fast, zero configuration web application bundler",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
@@ -19,14 +19,21 @@
19
19
  "engines": {
20
20
  "node": ">= 12.0.0"
21
21
  },
22
+ "targets": {
23
+ "main": {
24
+ "includeNodeModules": {
25
+ "chalk": false
26
+ }
27
+ }
28
+ },
22
29
  "dependencies": {
23
- "chalk": "^4.1.0",
24
- "emphasize": "^4.2.0",
25
- "slice-ansi": "^4.0.0",
26
- "string-width": "^4.2.0"
30
+ "chalk": "^4.1.0"
27
31
  },
28
32
  "devDependencies": {
33
+ "emphasize": "^4.2.0",
34
+ "slice-ansi": "^4.0.0",
35
+ "string-width": "^4.2.0",
29
36
  "strip-ansi": "^6.0.0"
30
37
  },
31
- "gitHead": "74fcc3fbe80cea993bff10e158df3d0f701973c7"
38
+ "gitHead": "65ffb58e88024258c31e1f480241f293e29b25c5"
32
39
  }