@parcel/codeframe 2.8.3 → 2.8.4-nightly.0
Sign up to get free protection for your applications and to get access to all the features.
- package/lib/codeframe.js +8 -34
- package/lib/codeframe.js.map +1 -1
- package/package.json +3 -4
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@parcel/codeframe",
|
3
|
-
"version": "2.8.
|
3
|
+
"version": "2.8.4-nightly.0+7b79c6d",
|
4
4
|
"description": "Blazing fast, zero configuration web application bundler",
|
5
5
|
"license": "MIT",
|
6
6
|
"publishConfig": {
|
@@ -32,8 +32,7 @@
|
|
32
32
|
"devDependencies": {
|
33
33
|
"emphasize": "^4.2.0",
|
34
34
|
"slice-ansi": "^4.0.0",
|
35
|
-
"string-width": "^4.2.0"
|
36
|
-
"strip-ansi": "^6.0.0"
|
35
|
+
"string-width": "^4.2.0"
|
37
36
|
},
|
38
|
-
"gitHead": "
|
37
|
+
"gitHead": "7b79c6d69ffabef89810a8db61e9abdeb70d6990"
|
39
38
|
}
|