Skip to content

Commit 9f24ade

Browse files
committed
update for npm publish
1 parent 4d27de2 commit 9f24ade

1 file changed

Lines changed: 27 additions & 27 deletions

File tree

package.json

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
1-
{
2-
"name": "serverless-reqvalidator-plugin",
3-
"version": "1.0.2",
4-
"description": "Serverless plugin for setting request validation",
5-
"main": "src/index.js",
6-
"scripts": {
7-
"test": "echo \"Error: no test specified\" && exit 1"
8-
},
9-
"repository": {
10-
"type": "git",
11-
"url": "git+https://github.com/RafPe/serverless-reqvalidator-plugin.git"
12-
},
13-
"keywords": [
14-
"serverless",
15-
"plugin",
16-
"requestvalidator"
17-
],
18-
"author": "RafPe < me@rafpe.ninja >",
19-
"contributors": [
20-
"pj035 pm.jaecks@gmail.com (http://pjaecks.de)"
21-
],
22-
"license": "MIT",
23-
"bugs": {
24-
"url": "https://github.com/RafPe/serverless-reqvalidator-plugin/issues"
25-
},
26-
"homepage": "https://github.com/RafPe/serverless-reqvalidator-plugin#readme"
27-
}
1+
{
2+
"name": "serverless-reqvalidator-plugin",
3+
"version": "1.0.3",
4+
"description": "Serverless plugin for setting request validation",
5+
"main": "src/index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/RafPe/serverless-reqvalidator-plugin.git"
12+
},
13+
"keywords": [
14+
"serverless",
15+
"plugin",
16+
"requestvalidator"
17+
],
18+
"author": "RafPe < me@rafpe.ninja >",
19+
"contributors": [
20+
"pj035 pm.jaecks@gmail.com (http://pjaecks.de)"
21+
],
22+
"license": "MIT",
23+
"bugs": {
24+
"url": "https://github.com/RafPe/serverless-reqvalidator-plugin/issues"
25+
},
26+
"homepage": "https://github.com/RafPe/serverless-reqvalidator-plugin#readme"
27+
}

0 commit comments

Comments
 (0)