|
1 | 1 | { |
2 | 2 | "name": "babel-plugin-transform-react-qa-classes", |
3 | | - "version": "0.0.0-semantic-release", |
| 3 | + "version": "1.3.1", |
4 | 4 | "license": "MIT", |
5 | 5 | "description": "Add component's name in `data-qa` attributes to React Components Edit", |
6 | 6 | "repository": { |
|
31 | 31 | "travis-deploy-once": "travis-deploy-once" |
32 | 32 | }, |
33 | 33 | "dependencies": { |
34 | | - "@semantic-release/github": "^5.5.5", |
35 | | - "@semantic-release/npm": "^5.3.4", |
36 | | - "eslint-config-davesnx-rules": "^1.0.0", |
37 | 34 | "lodash.camelcase": "^4.3.0", |
38 | 35 | "lodash.isstring": "^4.0.1", |
39 | 36 | "lodash.kebabcase": "^4.1.1", |
40 | | - "lodash.snakecase": "^4.1.1" |
| 37 | + "lodash.snakecase": "^4.1.1", |
| 38 | + "pascalcase": "^1.0.0" |
41 | 39 | }, |
42 | 40 | "devDependencies": { |
| 41 | + "@semantic-release/github": "^5.5.5", |
| 42 | + "@semantic-release/npm": "^5.3.4", |
43 | 43 | "babel-cli": "6.24.1", |
44 | 44 | "babel-helper-plugin-test-runner": "^6.24.1", |
45 | 45 | "babel-preset-es2015": "^6.24.1", |
46 | 46 | "babel-preset-react": "^6.24.1", |
47 | 47 | "babel-preset-stage-0": "^6.24.1", |
48 | 48 | "babel-types": "^6.26.0", |
| 49 | + "eslint-config-davesnx-rules": "^1.0.0", |
49 | 50 | "husky": "^1.1.2", |
50 | 51 | "mocha": "^3.1.2", |
51 | 52 | "semantic-release": "^15.10.3", |
|
0 commit comments