Skip to content

Commit

Permalink
Merge pull request #22 from funzin/v0.1.6
Browse files Browse the repository at this point in the history
V0.1.6
  • Loading branch information
funzin authored Feb 20, 2020
2 parents b2079a7 + 2a38c62 commit 494a261
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 76 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ImgConverter",
"short_name": "ImgConverter",
"version": "0.1.5",
"version": "0.1.6",
"description": "ImgConverter converts from image of markdown notation to to img tag",
"manifest_version": 2,
"permissions": [
Expand Down
134 changes: 64 additions & 70 deletions package-lock.json

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
Expand Up @@ -4,12 +4,12 @@
"description": "ImgConverter converts from image of markdown notation to to img tag",
"main": "karma.conf.js",
"dependencies": {
"jasmine-core": "^3.4.0",
"karma": "^4.2.0",
"karma-chrome-launcher": "^3.1.0",
"karma-jasmine": "^2.0.1",
"codecov": "^3.6.5",
"karma-coverage": "^1.1.2"
"jasmine-core": "^3.5.0",
"karma": "^4.4.1",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage": "^1.1.2",
"karma-jasmine": "^2.0.1"
},
"devDependencies": {
"karma-html2js-preprocessor": "^1.1.0"
Expand Down

0 comments on commit 494a261

Please sign in to comment.