|
1 | 1 | {
|
2 | 2 | "name": "@cypress/react-tooltip",
|
3 |
| - "version": "0.3.0", |
| 3 | + "version": "0.0.0-development", |
4 | 4 | "description": "A tooltip component for React apps",
|
5 | 5 | "main": "dist/tooltip.js",
|
6 | 6 | "scripts": {
|
|
9 | 9 | "lint": "eslint --fix src/*.js src/*.jsx",
|
10 | 10 | "precommit": "npm run lint",
|
11 | 11 | "prepublish": "npm run build-prod",
|
12 |
| - "release": "releaser", |
| 12 | + "pretest": "npm run lint", |
13 | 13 | "start": "node ./scripts/watch.js --port 8888",
|
14 |
| - "test": "node ./scripts/test.js" |
| 14 | + "test": "node ./scripts/test.js", |
| 15 | + "semantic-release": |
| 16 | + "semantic-release pre && npm publish --access public && semantic-release post" |
15 | 17 | },
|
16 | 18 | "repository": {
|
17 | 19 | "type": "git",
|
|
30 | 32 | "prop-types": "15.6.0"
|
31 | 33 | },
|
32 | 34 | "devDependencies": {
|
33 |
| - "@cypress/releaser": "0.1.12", |
34 | 35 | "babel-eslint": "^7.2.3",
|
35 | 36 | "chai": "^3.5.0",
|
36 | 37 | "chai-enzyme": "0.5.1",
|
| 38 | + "condition-circle": "1.5.0", |
| 39 | + "dont-crack": "1.2.1", |
37 | 40 | "enzyme": "2.4.1",
|
38 | 41 | "eslint": "^4.12.1",
|
39 | 42 | "eslint-plugin-cypress-dev": "^1.1.1",
|
40 | 43 | "eslint-plugin-mocha": "^4.11.0",
|
41 | 44 | "eslint-plugin-react": "^7.5.1",
|
| 45 | + "github-post-release": "1.13.1", |
42 | 46 | "jsdom": "^9.5.0",
|
43 | 47 | "lodash": "^4.0.0",
|
44 | 48 | "react": "15.6.2",
|
45 | 49 | "react-addons-test-utils": "15.6.2",
|
46 | 50 | "react-dom": "15.6.2",
|
| 51 | + "semantic-release": "8.2.0", |
| 52 | + "simple-commit-message": "3.3.1", |
47 | 53 | "sinon": "^1.17.6",
|
48 | 54 | "sinon-chai": "^2.8.0",
|
49 | 55 | "zunder": "^4.1.1"
|
|
52 | 58 | "lodash": "^4.0.0",
|
53 | 59 | "react": "^15.3.2",
|
54 | 60 | "react-dom": "^15.3.2"
|
| 61 | + }, |
| 62 | + "release": { |
| 63 | + "verifyConditions": "condition-circle", |
| 64 | + "analyzeCommits": "simple-commit-message", |
| 65 | + "generateNotes": "github-post-release", |
| 66 | + "verifyRelease": { |
| 67 | + "path": "dont-crack", |
| 68 | + "test-against": [] |
| 69 | + } |
55 | 70 | }
|
56 | 71 | }
|
0 commit comments