Skip to content

Commit

Permalink
chore: lock devdeps
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeed committed Jul 29, 2019
1 parent 65a64e5 commit fa606ab
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 82 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,4 +1,5 @@
node_modules
.DS_Store
*.lock
*.log
dist
6 changes: 2 additions & 4 deletions bench/package.json
@@ -1,10 +1,8 @@
{
"devDependencies": {
"benchmark": "^2.1.4",
"benchmark": "2.1.4",
"cli-table2": "0.2.0",
"time-stamp": "^1.0.1",
"tinytime": "^0.2.5"
},
"dependencies": {
"cli-table2": "^0.2.0"
}
}
75 changes: 0 additions & 75 deletions bench/yarn.lock

This file was deleted.

6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -35,8 +35,8 @@
"time-stamp"
],
"devDependencies": {
"bundt": "^0.4.0",
"tap-spec": "^4.1.1",
"tape": "^4.6.3"
"bundt": "0.4.0",
"tap-spec": "5.0.0",
"tape": "4.11.0"
}
}

0 comments on commit fa606ab

Please sign in to comment.