diff --git a/.gitignore b/.gitignore index 3c3629e..d5f19d8 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ node_modules +package-lock.json diff --git a/package.json b/package.json index a760f99..1f15bd5 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "devDependencies": { "browserify": "^16.5.1", "sodium-test": "^0.10.0", - "standard": "^14.3.4", + "standard": "^15.0.1", "tape-run": "^7.0.0" }, "standard": {