@parcel/codeframe 2.1.1 → 2.3.1

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.1.1",
3
+ "version": "2.3.1",
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": "f53ffe772a8259d94ca2937d02fde149454112f3"
38
+ "gitHead": "699f0b24c38eabcdad0960c62c03bd2f2902b19e"
32
39
  }