Skip to content

Commit 9eb6a4e

Browse files
authored
Merge pull request #30 from rachelnicole/plugin-update
update dependencies
2 parents d3a02bc + 78329fb commit 9eb6a4e

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.travis.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,14 @@ cache:
55
directories:
66
- node_modules
77
before_script:
8-
- npm prune
8+
- npm prune
99
after_success:
10-
- npm run coverage
11-
- npm run semantic-release
10+
- npm run coverage
11+
- npm run semantic-release
1212
branches:
1313
except:
14-
- /^v\d+\.\d+\.\d+$/
15-
#########################
16-
## Notifications
17-
#########################
14+
- /^v\d+\.\d+\.\d+$/
1815
notifications:
1916
email: false
17+
slack:
18+
secure: l13qZCRSi3SkuTEfbBOX/skwM0FNiAsm6D4W8Qhph3RturTrwn2R+qCuiyZzAPLeYJUd6xEIbv0H2GiwaraXwDsq3ug8QsJC2qji49UsqEW40aTOvP5Uj+pYWjwmN4mgjrhc2uLcweIxzNGSJ60TjIxPcBLi8ArHB/YdTFxvp/APMo8ACo6e7fDHk08pePiycGVb9rp+KDbj8rL/JwOqpYkRnp9F9roeGU3fcYEJ7R6bfhLIBt2xdti7g4JRXTS7wTtWZb1etmnsrnGVIfjwtt7KBw7YjQiPrEpkO/hRlDF+fKJLjS34HkbFKVRMuU2z/cpRYk/ZjZVE1dD0rBB+OkACvfs1Ioqvu7Cf9sui9MI36DTH8DsbE6uXhfZNEEARSChmttg/QSqeTEFs7brfmHP/ShbOZHkfXcNZmlwcEIYBicwVJZN/J13/rRxlXvF6UcnBje2gQHe8X29Z3VR5hXrgThA1ShVPJ0WCSeH6Z2RZFQiyn+VRiRFMKvtkzJmOGya5RLQJ5ZDKjp22aQEh5X3JIKxFH0aTVW/G///Lc2jvmqtA098vQggGnAw2M6G3JjU0Ne5Qp03FXWBx/7qCi7sYY2kSyHIBy/HP1B5BuateWh3rx5eDgxxc+jAMiSd8RuAfHoKT1GGGUsZ2oXgJqINKGSPrLctFEaIJENNHink=

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333
"ghooks": "^1.3.2",
3434
"nyc": "^6.6.1",
3535
"punchcard-commit-msg": "^1.0.0",
36-
"punchcard-content-types": "^0.10.1",
36+
"punchcard-semantic-release": "^2.0.1",
37+
"punchcard-shared-tests": "^1.0.0",
3738
"semantic-release": "^4.3.5",
3839
"tap-diff": "^0.1.1",
3940
"validator": "^5.2.0"

tests/plugin.js

Lines changed: 2 additions & 2 deletions
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)