We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 103232d commit 8047d23Copy full SHA for 8047d23
demo/index.html
@@ -3,7 +3,7 @@
3
4
<head>
5
<meta charset="UTF-8" />
6
- <title>Document</title>
+ <title>react-deep-match demo</title>
7
</head>
8
9
<body>
package.json
@@ -8,7 +8,8 @@
"build": "webpack --define process.env.NODE_ENV=\"'production'\"",
"build:dist": "webpack -p --output-path=\"./dist\"",
10
"prepublish": "npm run build",
11
- "start": "webpack-dev-server --config ./demo/webpack.config.js"
+ "start": "webpack-dev-server --config ./demo/webpack.config.js",
12
+ "build:demo": "webpack -p --output-path=\"./dist\""
13
},
14
"keywords": [
15
"react-deep-match",
@@ -44,4 +45,4 @@
44
45
"dependencies": {
46
"lodash": "^4.17.4"
47
}
-}
48
+}
0 commit comments