@isense-development/test-npm 1.0.7 → 2.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/README.md +17 -1
  2. package/package.json +27 -23
package/README.md CHANGED
@@ -1,4 +1,19 @@
1
- # How to use npm
1
+ # How to configure npm packages
2
+
3
+ ## Version Compatibility
4
+
5
+ | Quasar | @isense-development/test-npm |
6
+ |:-----------------------------|:--------------------------------------|
7
+ | ![Quasar v2.x][quasar_2_x] | ![@isense-development/test-npm v2.x][@isense-development/test-npm_2_x] |
8
+
9
+ [quasar_2_x]: https://img.shields.io/badge/version-2.x-blue
10
+ [@isense-development/test-npm_2_x]: https://img.shields.io/badge/version-2.x-blue
11
+
12
+ ## Dependencies
13
+
14
+ ![Axios v0.24.0][axios_0_24_0]
15
+
16
+ [axios_0_24_0]: https://img.shields.io/badge/axios-0.24.0-green
2
17
 
3
18
  ## How update packages?
4
19
 
@@ -24,3 +39,4 @@ the latest updates and avoid breaking changes.
24
39
 
25
40
 
26
41
 
42
+
package/package.json CHANGED
@@ -1,25 +1,29 @@
1
1
  {
2
- "name": "@isense-development/test-npm",
3
- "version": "1.0.7",
4
- "description": "test npm",
5
- "main": "index.js",
6
- "scripts": {
7
- "start": "node index.js",
8
- "patch-release": "npm version patch && npm publish --access=public",
9
- "minor-release": "npm version minor && npm publish --access=public",
10
- "major-release": "npm version major && npm publish --access=public",
11
- "patch-release-git": "npm version patch && npm publish --access=public && git push --follow-tags"
12
- },
13
- "dependencies": {
14
- "axios": "^0.24.0",
15
- "@progress/kendo-datasource-vue-wrapper": "^2021.3.1109",
16
- "@progress/kendo-dropdowns-vue-wrapper": "^2021.3.1109",
17
- "@progress/kendo-grid-vue-wrapper": "^2021.3.1109",
18
- "@progress/kendo-licensing": "^1.2.1",
19
- "@progress/kendo-theme-material": "^4.43.0",
20
- "@progress/kendo-ui": "^2021.3.1109",
21
- "jszip": "^3.5.0"
22
- },
23
- "author": "Jan Hemelaers",
24
- "license": "ISC"
2
+ "name": "@isense-development/test-npm",
3
+ "version": "2.0.3",
4
+ "description": "test npm",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "install": "echo Install",
8
+ "preinstall": "echo Preinstall",
9
+ "start": "node index.js",
10
+ "patch-release": "npm version patch && npm publish --access=public",
11
+ "minor-release": "npm version minor && npm publish --access=public",
12
+ "major-release": "npm version major && npm publish --access=public",
13
+ "patch-release-git": "npm version patch && npm publish --access=public && git push --follow-tags"
14
+ },
15
+ "dependencies": {
16
+ "axios": "^0.24.0"
17
+ },
18
+ "devDependencies": {
19
+ "@progress/kendo-datasource-vue-wrapper": "^2021.3.1109",
20
+ "@progress/kendo-dropdowns-vue-wrapper": "^2021.3.1109",
21
+ "@progress/kendo-grid-vue-wrapper": "^2021.3.1109",
22
+ "@progress/kendo-licensing": "^1.2.1",
23
+ "@progress/kendo-theme-material": "^4.43.0",
24
+ "@progress/kendo-ui": "^2021.3.1109",
25
+ "jszip": "^3.5.0"
26
+ },
27
+ "author": "Jan Hemelaers",
28
+ "license": "ISC"
25
29
  }