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 61450dc commit b31f399Copy full SHA for b31f399
.gitignore
@@ -13,4 +13,5 @@ results
13
14
npm-debug.log
15
node_modules
16
-/.idea
+/.idea
17
+/dist
package.json
@@ -5,7 +5,7 @@
5
"main": "index.js",
6
"scripts": {
7
"test": "mocha -b ./tests",
8
- "pretest": "jshint ./src ./tests index.js && jscs ./src ./tests ./index.js"
+ "pretest": "jshint ./src ./tests index.js && jscs ./src ./tests ./index.js && webpack --hide-modules ./index.js dist/tv4-formats-bundle.js"
9
},
10
"repository": {
11
"type": "git",
@@ -28,7 +28,8 @@
28
"devDependencies": {
29
"jscs": "^3.0.3",
30
"jshint": "^2.8.0",
31
- "mocha": "^3.0.0"
+ "mocha": "^3.0.0",
32
+ "webpack": "^2.4.1"
33
34
"dependencies": {
35
"moment": "^2.10.6",
0 commit comments