Skip to content

Commit c79e159

Browse files
committedMar 4, 2019
chore: ignore lockfile
1 parent 002c48c commit c79e159

File tree

3 files changed

+6
-3752
lines changed

3 files changed

+6
-3752
lines changed
 

‎.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@ node_modules
22
npm-debug.log
33

44
*.mp3
5+
6+
package-lock.json

‎package-lock.json

-3,746
This file was deleted.

‎package.json

+4-6
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,11 @@
1818
"url": "https://github.com/vkarpov15/thecodebarbarian.com/issues"
1919
},
2020
"dependencies": {
21-
"acquit": "1.0.0",
22-
"acquit-ignore": "0.0.5",
23-
"acquit-require": "0.1.1",
24-
"benchmark": "^2.1.4",
21+
"acquit": "1.x",
22+
"acquit-ignore": "0.1.x",
23+
"acquit-require": "0.1.x",
2524
"bluebird": "3.5.1",
2625
"commander": "2.3.0",
27-
"eslint": "^5.12.1",
2826
"feed": "0.2.6",
2927
"file": "0.2.2",
3028
"forever": "0.13.0",
@@ -42,7 +40,7 @@
4240
"fastify": "1.8.0",
4341
"mocha": "5.2.0",
4442
"mongodb": "3.1.0",
45-
"mongoose": "5.2.2",
43+
"mongoose": "5.x",
4644
"react": "16.4.1",
4745
"react-dom": "16.4.1",
4846
"redux": "4.0.0",

0 commit comments

Comments
 (0)
Please sign in to comment.