@ni/nimble-components 34.9.0 → 34.9.1
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 +4 -3
package/package.json
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ni/nimble-components",
|
|
3
|
-
"version": "34.9.
|
|
3
|
+
"version": "34.9.1",
|
|
4
4
|
"description": "Styled web components for the NI Nimble Design System",
|
|
5
5
|
"scripts": {
|
|
6
|
-
"build": "npm run generate-icons && npm run generate-workers && npm run build-components && npm run
|
|
6
|
+
"build": "npm run generate-icons && npm run generate-workers && npm run build-components && npm run generate-scss",
|
|
7
|
+
"build-bundle": "npm run bundle-components",
|
|
7
8
|
"lint": "eslint .",
|
|
8
9
|
"format": "eslint . --fix",
|
|
9
10
|
"pack": "npm pack",
|
|
@@ -37,7 +38,7 @@
|
|
|
37
38
|
"test-webkit:debugger": "karma start karma.conf.js --browsers=WebkitDebugging --skip-tags SkipWebkit",
|
|
38
39
|
"test-webkit:watch": "karma start karma.conf.headless.js --browsers=WebkitHeadless --skip-tags SkipWebkit --watch-extensions js",
|
|
39
40
|
"test-webkit": "karma start karma.conf.headless.js --browsers=WebkitHeadless --single-run --skip-tags SkipWebkit",
|
|
40
|
-
"test
|
|
41
|
+
"test": "concurrently --pad-prefix --timings --group \"npm:test-chrome\" \"npm:test-webkit\""
|
|
41
42
|
},
|
|
42
43
|
"repository": {
|
|
43
44
|
"type": "git",
|