Skip to content

Commit

Permalink
Save exact dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Apr 19, 2018
1 parent 8e1664f commit 09968b1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
save-exact=true
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,29 +29,29 @@
},
"dependencies": {
"bluebird": "3.5.1",
"commander": "^2.15.1",
"express": "^4.16.3",
"fs-extra": "3.0.1",
"commander": "2.15.1",
"express": "4.16.3",
"fs-extra": "5.0.0",
"glob": "7.1.2",
"got": "^8.3.0",
"got": "8.3.0",
"highlight.js": "9.12.0",
"image-data-uri": "1.0.1",
"livereload": "^0.7.0",
"lodash": "^4.17.5",
"livereload": "0.7.0",
"lodash": "4.17.5",
"mustache": "2.3.0",
"open": "0.0.5",
"reveal.js": "3.6.0",
"serve-favicon": "^2.5.0",
"yaml-front-matter": "3.4.0"
"serve-favicon": "2.5.0",
"yaml-front-matter": "4.0.0"
},
"optionalDependencies": {
"puppeteer": "1.3.0"
},
"devDependencies": {
"debug": "3.1.0",
"expect": "^22.4.3",
"mocha": "^5.0.5",
"prettier": "^1.11.1"
"expect": "22.4.3",
"mocha": "5.1.1",
"prettier": "1.12.1"
},
"engines": {
"node": ">=6"
Expand Down

0 comments on commit 09968b1

Please sign in to comment.