Skip to content

Commit

Permalink
Merge pull request #5 from jsomsanith/development
Browse files Browse the repository at this point in the history
fix : tv4 as dependency
  • Loading branch information
Anthropic authored May 15, 2017
2 parents a973957 + fb29393 commit 0de8649
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@
"ts-node": "^1.2.1",
"tslint": "^4.0.2",
"tslint-loader": "^3.2.1",
"tv4": "^1.2.7",
"typescript": "~2.0.3",
"tv4": "^1.2.7",
"webpack": "^2.2.1"
}
}
3 changes: 0 additions & 3 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,5 @@ module.exports = {
]
},
devtool: 'source-map',
externals: {
'tv4': 'var tv4',
},
plugins: plugins
};

0 comments on commit 0de8649

Please sign in to comment.