We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2aec1d5 commit fbbda84Copy full SHA for fbbda84
package.json
@@ -1,14 +1,13 @@
1
{
2
"name": "point-of-view",
3
- "version": "0.6.0",
+ "version": "0.7.0",
4
"description": "Template plugin for Fastify",
5
"main": "index.js",
6
"scripts": {
7
"example": "node example.js",
8
"example-with-options": "node example-ejs-with-some-options.js",
9
"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"
+ "test": "standard && tap test.js test-with-snapshot.js"
12
},
13
"repository": {
14
"type": "git",
0 commit comments