We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23fe778 commit cb09d2eCopy full SHA for cb09d2e
package.json
@@ -2,7 +2,7 @@
2
"name": "super-simple-flex-grid-react",
3
"version": "1.0.7",
4
"description": "A react super simple flex grid",
5
- "main": "src/FlexGrid",
+ "main": "dist",
6
"scripts": {
7
"build": "webpack",
8
"dev": "webpack-dev-server --progress --watch",
@@ -51,6 +51,8 @@
51
"istanbul": "^0.4.5",
52
"jsdom": "^9.10.0",
53
"markdown-loader": "0.1.7",
54
+ "file-loader": "^0.10.1",
55
+ "highlight.js": "^9.9.0",
56
"mocha": "^3.2.0",
57
"mocha-lcov-reporter": "^1.2.0",
58
"mocha-webpack": "^1.0.0-beta.1",
@@ -65,8 +67,6 @@
65
67
"webpack-node-externals": "^1.5.4"
66
68
},
69
"dependencies": {
- "file-loader": "^0.10.1",
- "highlight.js": "^9.9.0",
70
"react": "^15.4.2",
71
"react-dom": "^15.4.2"
72
}
0 commit comments