Skip to content
This repository has been archived by the owner on May 7, 2020. It is now read-only.

Commit

Permalink
Image component as normal dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
willemliu committed Nov 24, 2017
1 parent e7bc90c commit f877060
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
5 changes: 2 additions & 3 deletions package-lock.json

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

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fdmg-ts-react-image-button",
"version": "1.0.18",
"version": "1.0.19",
"description": "ReactJS ImageButton component",
"main": "dist/ImageButton.js",
"types": "dist/ImageButton.d.ts",
Expand All @@ -23,7 +23,6 @@
"enzyme": "^3.2.0",
"enzyme-adapter-react-16": "^1.1.0",
"enzyme-to-json": "^3.2.2",
"fdmg-ts-react-image": "^1.0.0",
"fs-extra": "^4.0.2",
"jest": "^21.2.1",
"react": "^16.1.1",
Expand Down Expand Up @@ -54,5 +53,7 @@
],
"mapCoverage": true
},
"dependencies": {}
"dependencies": {
"fdmg-ts-react-image": "^1.0.0"
}
}

0 comments on commit f877060

Please sign in to comment.