Skip to content

Commit a0def31

Browse files
committed
😒 update dependencies
1 parent dd7255a commit a0def31

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.0.0",
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)