Skip to content

Commit

Permalink
Upgrade marked - add .npmrc
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyReichert committed Jun 7, 2019
1 parent d776161 commit 3386886
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 16 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
save-prefix=
21 changes: 8 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blog-loader",
"version": "0.0.2",
"version": "0.0.3",
"description": "A webpack loader to render markdown files to HTML for a blog!",
"main": "index.js",
"scripts": {
Expand All @@ -25,8 +25,8 @@
"dependencies": {
"htmlparser": "1.7.7",
"loader-utils": "1.1.0",
"marked": "0.3.9",
"marked-bootstrap-4-renderer": "assertible/marked-bootstrap-4-renderer",
"marked": "0.6.2",
"marked-bootstrap-4-renderer": "0.0.2",
"yaml-front-matter": "3.4.0"
}
}

0 comments on commit 3386886

Please sign in to comment.