@scratch/scratch-svg-renderer 13.3.0 → 13.4.0-test.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@scratch/scratch-svg-renderer",
|
|
3
|
-
"version": "13.
|
|
3
|
+
"version": "13.4.0-test.2",
|
|
4
4
|
"description": "SVG renderer for Scratch",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"homepage": "https://github.com/scratchfoundation/scratch-svg-renderer#readme",
|
|
@@ -33,6 +33,7 @@
|
|
|
33
33
|
"scripts": {
|
|
34
34
|
"build": "npm run clean && webpack",
|
|
35
35
|
"clean": "rimraf dist playground",
|
|
36
|
+
"prepublishOnly": "echo \"Please publish through CI only.\" && exit 1",
|
|
36
37
|
"start": "webpack-dev-server",
|
|
37
38
|
"test": "npm run test:lint && npm run test:unit",
|
|
38
39
|
"test:lint": "eslint",
|
|
@@ -59,11 +60,11 @@
|
|
|
59
60
|
},
|
|
60
61
|
"devDependencies": {
|
|
61
62
|
"@babel/core": "7.29.0",
|
|
62
|
-
"@babel/preset-env": "7.29.
|
|
63
|
+
"@babel/preset-env": "7.29.2",
|
|
63
64
|
"babel-loader": "9.2.1",
|
|
64
65
|
"copy-webpack-plugin": "6.4.1",
|
|
65
66
|
"eslint": "9.39.4",
|
|
66
|
-
"eslint-config-scratch": "14.0.
|
|
67
|
+
"eslint-config-scratch": "14.0.12",
|
|
67
68
|
"globals": "16.5.0",
|
|
68
69
|
"jsdom": "13.2.0",
|
|
69
70
|
"mkdirp": "2.1.6",
|