survey-analytics 2.0.9 → 2.1.0
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/README.md +2 -2
- package/fesm/shared.mjs +1 -1
- package/fesm/survey.analytics.mjs +1 -1
- package/fesm/survey.analytics.tabulator.mjs +1 -1
- package/package.json +2 -2
- package/survey.analytics.css +1 -1
- package/survey.analytics.js +1 -1
- package/survey.analytics.min.css +1 -1
- package/survey.analytics.min.js.LICENSE.txt +1 -1
- package/survey.analytics.tabulator.css +1 -1
- package/survey.analytics.tabulator.js +1 -1
- package/survey.analytics.tabulator.min.css +1 -1
- package/survey.analytics.tabulator.min.js.LICENSE.txt +1 -1
package/README.md
CHANGED
|
@@ -66,10 +66,10 @@ Make sure that you have Node.js v6.0.0 or later and npm v2.7.0 or later installe
|
|
|
66
66
|
1. **Build the library**
|
|
67
67
|
|
|
68
68
|
```
|
|
69
|
-
npm run build
|
|
69
|
+
npm run build
|
|
70
70
|
```
|
|
71
71
|
|
|
72
|
-
You can find the built scripts and style sheets in the `
|
|
72
|
+
You can find the built scripts and style sheets in the `build` folder.
|
|
73
73
|
|
|
74
74
|
1. **Run test examples**
|
|
75
75
|
|
package/fesm/shared.mjs
CHANGED
package/package.json
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"lint": "eslint ./src --quiet",
|
|
18
18
|
"pre-push-check": "npm run lint && npm run test"
|
|
19
19
|
},
|
|
20
|
-
"version": "2.0
|
|
20
|
+
"version": "2.1.0",
|
|
21
21
|
"name": "survey-analytics",
|
|
22
22
|
"description": "SurveyJS analytics Library.",
|
|
23
23
|
"main": "survey.analytics.js",
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"peerDependencies": {
|
|
89
89
|
"@types/plotly.js-dist-min": "^2.3.0",
|
|
90
90
|
"@types/tabulator-tables": "^6.2.3",
|
|
91
|
-
"survey-core": "2.0
|
|
91
|
+
"survey-core": "2.1.0"
|
|
92
92
|
},
|
|
93
93
|
"husky": {
|
|
94
94
|
"hooks": {
|
package/survey.analytics.css
CHANGED
package/survey.analytics.js
CHANGED
package/survey.analytics.min.css
CHANGED