@esri/solutions-components 0.8.48 → 0.8.49
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@esri/solutions-components",
|
3
|
-
"version": "0.8.
|
3
|
+
"version": "0.8.49",
|
4
4
|
"description": "Web Components for Esri's Solutions Applications",
|
5
5
|
"main": "dist/index.cjs.js",
|
6
6
|
"module": "dist/index.js",
|
@@ -23,7 +23,7 @@
|
|
23
23
|
"lint:ts": "eslint --ext .ts,.tsx src/components src/utils",
|
24
24
|
"lint:ts:fix": "eslint --ext .ts,.tsx --fix src/components src/utils",
|
25
25
|
"lint:ts:prettier": "prettier --write \"**/*.ts?(x)\"",
|
26
|
-
"release:publish": "npm publish --access public &&
|
26
|
+
"release:publish": "npm publish --access public && node ./support/releaseToGitHub.mjs",
|
27
27
|
"test": "stencil test --spec --e2e --detectOpenHandles --coverage --collectCoverageFrom=src/utils/*.ts",
|
28
28
|
"test:clean": "npm run clean:src && npm run lint:ts:fix && stencil test --spec --e2e --detectOpenHandles",
|
29
29
|
"test.watch": "stencil test --spec --e2e --watchAll",
|