Skip to content

Commit efb9d94

Browse files
committed
Remove pro from travis deploy
1 parent 88099bc commit efb9d94

File tree

1 file changed

+9
-18
lines changed

1 file changed

+9
-18
lines changed

package.json

Lines changed: 9 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
{
22
"name": "babel-plugin-transform-react-qa-classes",
33
"version": "0.0.6",
4-
"description": "Add component's name in `data-qa` attributes to React Components Edit",
5-
"repository": "https://github.com/davesnx/babel-plugin-transform-react-qa-classes",
4+
"description":
5+
"Add component's name in `data-qa` attributes to React Components Edit",
6+
"repository":
7+
"https://github.com/davesnx/babel-plugin-transform-react-qa-classes",
68
"author": "davesnx <dsnxmoreno@gmail.com>",
79
"main": "lib/index.js",
810
"scripts": {
@@ -14,7 +16,7 @@
1416
"commitmsg": "validate-commit-msg",
1517
"prepush": "npm test",
1618
"semantic-release": "semantic-release",
17-
"travis-deploy-once": "travis-deploy-once --pro"
19+
"travis-deploy-once": "travis-deploy-once"
1820
},
1921
"dependencies": {
2022
"lodash.camelcase": "^4.3.0",
@@ -27,25 +29,14 @@
2729
"babel-helper-plugin-test-runner": "^6.24.1",
2830
"babel-preset-es2015": "^6.24.1",
2931
"babel-preset-react": "^6.24.1",
32+
"babel-preset-stage-0": "^6.24.1",
3033
"mocha": "^3.1.2",
3134
"semantic-release": "^15.4.0",
3235
"travis-deploy-once": "^5.0.0"
3336
},
34-
"keywords": [
35-
"babel",
36-
"plugin",
37-
"react",
38-
"component",
39-
"qa-classes"
40-
],
37+
"keywords": ["babel", "plugin", "react", "component", "qa-classes"],
4138
"babel": {
42-
"presets": [
43-
"es2015",
44-
"stage-0"
45-
]
39+
"presets": ["es2015", "stage-0"]
4640
},
47-
"files": [
48-
"lib",
49-
"README.md"
50-
]
41+
"files": ["lib", "README.md"]
5142
}

0 commit comments

Comments
 (0)