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 672bdce commit 748697aCopy full SHA for 748697a
.gitignore
@@ -1 +1,6 @@
1
+node_modules
2
umd
3
+/*.js
4
+!karma.conf.js
5
+!tests.webpack.js
6
+!webpack.config.js
package.json
@@ -7,6 +7,7 @@
7
"license": "MIT",
8
"scripts": {
9
"build": "node ./scripts/build.js",
10
+ "clean": "git clean -e '!node_modules' -fdX .",
11
"build-lib": "babel ./modules -d . --ignore '__tests__'",
12
"build-umd": "webpack modules/index.js umd/react-media.js",
13
"build-min": "webpack -p modules/index.js umd/react-media.min.js",
0 commit comments