Skip to content

Commit

Permalink
chore(ffe-file-upload-react): Use hoisted dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kwltrs committed Jan 22, 2018
1 parent edb8f66 commit eb514f9
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions packages/ffe-file-upload-react/package.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,30 @@
{
"name": "ffe-file-upload-react",
"version": "2.0.2",
"description": "Upload file button with validation and list of uploaded files.",
"keywords": [
"ffe"
],
"description":
"Upload file button with validation and list of uploaded files.",
"keywords": ["ffe"],
"license": "UNLICENSED",
"author": "SpareBank 1",
"main": "lib/index.js",
"scripts": {
"build": "babel -d lib/. src/.",
"lint": "eslint src/. test/.",
"test": "mocha --require babel-core/register --require test/setup.js test/**/*.test.js",
"test:watch": "mocha --require babel-core/register --require test/setup.js test/**/*.test.js -w --watch-extensions jsx"
"test":
"mocha --require babel-core/register --require test/setup.js test/**/*.test.js",
"test:watch":
"mocha --require babel-core/register --require test/setup.js test/**/*.test.js -w --watch-extensions jsx"
},
"depencencies": {
"prop-types": "^15.6.0"
},
"devDependencies": {
"chai": "^4.1.0",
"chai": "^4.1.2",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"eslint": "^3.19.0",
"mocha": "^3.4.2",
"sinon": "^2.3.8"
"eslint": "^4.13.1",
"mocha": "^4.1.0",
"sinon": "^4.1.3"
},
"peerDependencies": {
"ffe-core": "^10.0.0",
Expand Down

0 comments on commit eb514f9

Please sign in to comment.