Skip to content

Commit

Permalink
🔖 v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Xotic750 committed Aug 14, 2019
1 parent 4eb46bf commit 479a932
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 35 deletions.
4 changes: 2 additions & 2 deletions dist/parse-int-x.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/parse-int-x.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

54 changes: 27 additions & 27 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "parse-int-x",
"version": "3.1.0",
"version": "3.2.0",
"description": "Parses a string argument and returns an integer of the specified radix.",
"homepage": "https://github.com/Xotic750/parse-int-x",
"author": {
Expand Down Expand Up @@ -50,9 +50,9 @@
"url": "https://github.com/Xotic750/parse-int-x/issues"
},
"dependencies": {
"nan-x": "^2.1.0",
"to-string-x": "^2.0.35",
"trim-left-x": "^4.0.28"
"nan-x": "^2.2.0",
"to-string-x": "^2.1.0",
"trim-left-x": "^4.1.0"
},
"devDependencies": {
"@babel/cli": "^7.5.5",
Expand Down

0 comments on commit 479a932

Please sign in to comment.