Skip to content

Commit

Permalink
Update deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
lrsjng committed Dec 10, 2016
1 parent 8f15b44 commit 407c661
Show file tree
Hide file tree
Showing 5 changed files with 2,904 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ insert_final_newline = true
trim_trailing_whitespace = true


[{package.json,.eslintrc,.travis.yml}]
[{*.json,*.yml,.eslintrc}]
indent_size = 2


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Mini map for web pages.

add a `canvas` tag to your HTML page:
```html
<canvas id='#map'></canvas>
<canvas id='map'></canvas>
```

fix it's position on the screen:
Expand Down
4 changes: 2 additions & 2 deletions dist/pagemap.min.js

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pagemap",
"version": "0.3.0",
"version": "0.4.0",
"description": "Mini map for web pages.",
"homepage": "https://larsjung.de/pagemap/",
"bugs": "https://github.com/lrsjng/pagemap/issues",
Expand All @@ -17,10 +17,10 @@
"precommit": "npm run -s lint && npm run -s build"
},
"devDependencies": {
"babel-loader": "6.2.4",
"babel-preset-es2015": "6.9.0",
"eslint": "3.0.0",
"ghu": "0.6.0"
"babel-loader": "6.2.9",
"babel-preset-es2015": "6.18.0",
"eslint": "3.12.0",
"ghu": "0.12.0"
},
"engines": {
"node": ">=6.0.0"
Expand Down
Loading

0 comments on commit 407c661

Please sign in to comment.