Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
inikulin committed Jan 28, 2019
1 parent 6c4d422 commit 3f11993
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .publishrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"validations": {
"vulnerableDependencies": true,
"vulnerableDependencies": false,
"uncommittedChanges": true,
"untrackedFiles": true,
"sensitiveData": true,
Expand All @@ -10,4 +10,4 @@
"confirm": true,
"publishTag": "latest",
"prePublishScript": "npm test"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bin-v8-flags-filter",
"version": "1.1.3",
"version": "1.2.0",
"description": "Filters out v8 flags for your Node.js CLIs.",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit 3f11993

Please sign in to comment.