Skip to content

Commit 0de8649

Browse files
authored
Merge pull request #5 from jsomsanith/development
fix : tv4 as dependency
2 parents a973957 + fb29393 commit 0de8649

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@
7070
"ts-node": "^1.2.1",
7171
"tslint": "^4.0.2",
7272
"tslint-loader": "^3.2.1",
73-
"tv4": "^1.2.7",
7473
"typescript": "~2.0.3",
74+
"tv4": "^1.2.7",
7575
"webpack": "^2.2.1"
7676
}
7777
}

Diff for: webpack.config.js

-3
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,5 @@ module.exports = {
6464
]
6565
},
6666
devtool: 'source-map',
67-
externals: {
68-
'tv4': 'var tv4',
69-
},
7067
plugins: plugins
7168
};

0 commit comments

Comments
 (0)