1
0
mirror of https://github.com/webslides/WebSlides.git synced 2025-08-26 22:44:45 +02:00

Cleaning package

This commit is contained in:
displaynone
2017-05-03 00:28:21 +02:00
parent 7d0208f046
commit 466b92a7e4

View File

@@ -38,8 +38,6 @@
"eslint-loader": "^1.7.1", "eslint-loader": "^1.7.1",
"eslint-plugin-jest": "^19.0.1", "eslint-plugin-jest": "^19.0.1",
"jest": "^19.0.2", "jest": "^19.0.2",
"jest-css-modules": "^1.1.0",
"jsdom": "^10.1.0",
"npm-run-all": "^4.0.2", "npm-run-all": "^4.0.2",
"rimraf": "^2.6.1", "rimraf": "^2.6.1",
"simulant": "^0.2.2", "simulant": "^0.2.2",
@@ -64,10 +62,5 @@
} }
] ]
] ]
},
"jest": {
"moduleNameMapper": {
"\\.(css)$": "<rootDir>/node_modules/jest-css-modules"
}
} }
} }