Skip to content

Commit 8557e38

Browse files
committed
1.2.0
1 parent 06e0d99 commit 8557e38

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
{
22
"name": "@hapi/bourne",
33
"description": "JSON parse with prototype poisoning protection",
4-
"version": "1.1.2",
4+
"version": "1.2.0",
55
"repository": "git://github.com/hapijs/bourne",
66
"main": "lib/index.js",
7-
"keywords": ["JSON", "parse", "safe", "prototype"],
7+
"keywords": [
8+
"JSON",
9+
"parse",
10+
"safe",
11+
"prototype"
12+
],
813
"dependencies": {},
914
"devDependencies": {
1015
"benchmark": "^2.1.4",

0 commit comments

Comments
 (0)