Skip to content

Commit fbbda84

Browse files
committed
Bumped 0.7.0
1 parent 2aec1d5 commit fbbda84

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
{
22
"name": "point-of-view",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"description": "Template plugin for Fastify",
55
"main": "index.js",
66
"scripts": {
77
"example": "node example.js",
88
"example-with-options": "node example-ejs-with-some-options.js",
99
"test-with-snapshot": "standard && cross-env TAP_SNAPSHOT=1 tap test-with-snapshot.js",
10-
"test-base": "standard && tap test.js",
11-
"test": "npm run test-base && npm run test-with-snapshot"
10+
"test": "standard && tap test.js test-with-snapshot.js"
1211
},
1312
"repository": {
1413
"type": "git",

0 commit comments

Comments
 (0)