|
1 | 1 | { |
2 | 2 | "name": "@staffbase/plugins-client-sdk", |
3 | | - "version": "0.3.2", |
| 3 | + "version": "0.0.0-semantic-release", |
4 | 4 | "description": "Staffbase plugins client SDK for JavaScript", |
5 | 5 | "main": "dist/plugins-client-sdk.js", |
6 | 6 | "module": "dist/plugins-client-sdk.esm.js", |
|
14 | 14 | "lint": "npm run lint-code && npm run lint-size", |
15 | 15 | "lint-code": "npx eslint src test", |
16 | 16 | "lint-size": "npx size-limit", |
17 | | - "fix": "eslint --fix 'src/**/*.js' 'test/**/*.js'" |
| 17 | + "fix": "eslint --fix 'src/**/*.js' 'test/**/*.js'", |
| 18 | + "travis-deploy-once": "travis-deploy-once", |
| 19 | + "semantic-release": "semantic-release" |
18 | 20 | }, |
19 | 21 | "repository": { |
20 | 22 | "type": "git", |
21 | | - "url": "git+https://github.com/Staffbase/plugins-client-sdk.git" |
| 23 | + "url": "https://github.com/Staffbase/plugins-client-sdk.git" |
22 | 24 | }, |
23 | 25 | "keywords": [ |
24 | 26 | "staffbase", |
|
85 | 87 | "rollup-plugin-node-resolve": "^3.3.0", |
86 | 88 | "rollup-plugin-strip-logger": "0.4.1", |
87 | 89 | "rollup-plugin-uglify": "4.0.0", |
88 | | - "size-limit": "^0.19.2" |
| 90 | + "size-limit": "^0.19.2", |
| 91 | + "travis-deploy-once": "^5.0.4", |
| 92 | + "semantic-release": "^15.9.12" |
89 | 93 | } |
90 | 94 | } |
0 commit comments