@symbo.ls/scratch 2.10.16 → 2.10.17
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.
|
File without changes
|
|
File without changes
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@symbo.ls/scratch",
|
|
3
3
|
"description": "Φ / CSS framework and methodology.",
|
|
4
4
|
"author": "symbo.ls",
|
|
5
|
-
"version": "2.10.
|
|
5
|
+
"version": "2.10.17",
|
|
6
6
|
"files": [
|
|
7
7
|
"src",
|
|
8
8
|
"dist"
|
|
@@ -10,9 +10,10 @@
|
|
|
10
10
|
"repository": "https://github.com/symbo-ls/scratch",
|
|
11
11
|
"source": "src/index.js",
|
|
12
12
|
"main": "src/index.js",
|
|
13
|
+
"browser": "dist/index.cjs.js",
|
|
13
14
|
"publishConfig": {},
|
|
14
15
|
"scripts": {
|
|
15
|
-
"prepublish": "npx esbuild src/index.js --target=es2020 --format=cjs --
|
|
16
|
+
"prepublish": "rm -rf dist && npx esbuild src/index.js --target=es2020 --format=cjs --bundle --sourcemap=external --outfile=dist/index.cjs.js",
|
|
16
17
|
"standard": "npx standard \"src/**/*.js\"",
|
|
17
18
|
"test": "yarn standard && jest --coverage --coverageReporters=text-lcov | coveralls",
|
|
18
19
|
"test-watch": "jest --watch",
|
|
@@ -60,5 +61,5 @@
|
|
|
60
61
|
"outputFormat": "commonjs",
|
|
61
62
|
"includeNodeModules": true
|
|
62
63
|
},
|
|
63
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "f828840a39e0561f4bd3597d1b77bae52427e90c"
|
|
64
65
|
}
|