pure-canvas
Advanced tools
Comparing version 0.1.2 to 0.1.3
{ | ||
"name": "pure-canvas", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "TODO", | ||
"main": "lib/index.js", | ||
"scripts": { | ||
"build": "babel src -d lib", | ||
"build": "tsc --project tsconfig.build.json", | ||
"test": "tsc test/index.ts", | ||
@@ -9,0 +9,0 @@ "examples": "webpack-dev-server --config webpack.config.js --content-base dist/ --hot --inline --host 0.0.0.0" |
@@ -25,6 +25,5 @@ const HtmlWebpackPlugin = require('html-webpack-plugin'); | ||
// externals: { | ||
// 'react': 'React', | ||
// 'react-dom': 'ReactDOM' | ||
// }, | ||
ts: { | ||
configFileName: 'tsconfig.examples.json' | ||
}, | ||
@@ -31,0 +30,0 @@ plugins: [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
145634
70
1544