Skip to content

Commit acae6f3

Browse files
authored
Merge pull request #30 from rachelnicole/plugin-update
update dependencies
2 parents 3632327 + 1126bf0 commit acae6f3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
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

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)