Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
abranhe committed Jul 26, 2019
1 parent bccd364 commit 30cafff
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "s-to-o",
"version": "1.0.0",
"version": "1.1.0",
"description": "Convert an string to an object",
"scripts": {
"test": "ava && xo && tsd"
Expand All @@ -10,23 +10,23 @@
"string",
"object",
"s-to-o",
"convert",
"string-to-object",
"string-to"
"convert",
"string-to-object",
"string-to"
],
"files": [
"index.js",
"index.d.ts"
],
"author": {
"name": "Abraham Hernandez",
"email": "abraham@abranhe.com",
"url": "abranhe.com"
},
"name": "Abraham Hernandez",
"email": "abraham@abranhe.com",
"url": "abranhe.com"
},
"license": "MIT",
"devDependencies": {
"ava": "*",
"tsd": "^0.7.3",
"xo": "*"
"tsd": "^0.7.3",
"xo": "*"
}
}

0 comments on commit 30cafff

Please sign in to comment.