@parcel/codeframe 2.8.0 → 2.8.2
Sign up to get free protection for your applications and to get access to all the features.
- package/lib/codeframe.js +2 -2
- package/lib/codeframe.js.map +1 -1
- package/package.json +2 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@parcel/codeframe",
|
3
|
-
"version": "2.8.
|
3
|
+
"version": "2.8.2",
|
4
4
|
"description": "Blazing fast, zero configuration web application bundler",
|
5
5
|
"license": "MIT",
|
6
6
|
"publishConfig": {
|
@@ -35,5 +35,5 @@
|
|
35
35
|
"string-width": "^4.2.0",
|
36
36
|
"strip-ansi": "^6.0.0"
|
37
37
|
},
|
38
|
-
"gitHead": "
|
38
|
+
"gitHead": "3437f64e4c6f57d911614c480b742e229149f200"
|
39
39
|
}
|