Skip to content

Commit 19ed16c

Browse files
authored
Merge pull request #30 from rachelnicole/plugin-update
updating dependencies
2 parents 1c5934c + 65c19d4 commit 19ed16c

File tree

3 files changed

+9
-11
lines changed

3 files changed

+9
-11
lines changed

.travis.yml

+6-8
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,14 @@ cache:
66
directories:
77
- node_modules
88
before_script:
9-
- npm prune
9+
- npm prune
1010
after_success:
11-
- npm run coverage
12-
- npm run semantic-release
11+
- npm run coverage
12+
- npm run semantic-release
1313
branches:
1414
except:
15-
- /^v\d+\.\d+\.\d+$/
16-
#########################
17-
## Notifications
18-
#########################
15+
- /^v\d+\.\d+\.\d+$/
1916
notifications:
2017
email: false
21-
18+
slack:
19+
secure: i7BKtD1VfAyvt0gK+k0PpZ/I99Pekq093jinLcVeupzx+641VSI4UQp3u6VPgynOOo61Dy7BlDUXpyaNtxYtlQzR5yaa+qYSQj/LqepGy7EuCgqS6XAW4S5YHaSnDDdl1B6McxF6MdZJwq84C84HaQAdrg7gnObuGU7q27HtyP4Cdvf+86qTX9a1a1P7LF+Wes48jz7Le0IxQO+fmfHBecP0886awO2oPdn0TohS+UsNptIQOIAtcsSbwhnqWHKfUJO2Rt6ffsLclzQp62hAhCnqqHF0Ql+Yn0zh4xOAUaSURdqC2s4aN79W542zfUN9rMg2fSPt1VnnK5uOj3CfuQGGDyk4JCa1249V1GFpisi8VFyqRxrWbJUjZaeFox+zuWb1UgtDU7+XpXOCuAgIQmrnVH0yb9Z+L8cct5oHrVqYTkg5hLKSlf4hCQtTQTWsP1tDH5Fjta64rIRP+kIdbfaqJ9b1PAn0Ns2YnXe/U3QyEtvcHwzOBzKGDOFPw6jExaIk080C2kIFWbY1HztXbXI4JmCwndjrn36u5seOHf32WTY2+iUPMrYYlmHNsX/ipHn7xgSCnj/KdEuMNoFmghlbAWTETxBKCbltT8Piadl9TcKCII9VS1vReFuAWuSq9aGFd/l5/MYJohDYb0eAXzL6YYeryPI0Sm/WsJMw86s=

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"ghooks": "^1.3.2",
3131
"nyc": "^6.6.1",
3232
"punchcard-commit-msg": "^1.0.0",
33-
"punchcard-content-types": "^0.10.1",
3433
"punchcard-semantic-release": "^2.0.1",
34+
"punchcard-shared-tests": "^1.0.2",
3535
"semantic-release": "^4.3.5",
3636
"tap-diff": "^0.1.1"
3737
},

tests/plugin.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import test from 'ava';
2-
import contentTypes from 'punchcard-content-types';
2+
import tests from 'punchcard-shared-tests';
33

44
import plugin from '../';
55

6-
contentTypes.pluginTests(test, plugin);
6+
tests.plugins(test, plugin);

0 commit comments

Comments
 (0)