Comparing version 0.2.1 to 0.2.2
@@ -10,2 +10,3 @@ { | ||
"antd-build": "0.4.x", | ||
"less": "2.x", | ||
"react": "~0.14.3", | ||
@@ -12,0 +13,0 @@ "react-dom": "~0.14.3" |
import '../common/lib'; | ||
import App from '../component/App'; | ||
import ReactDOM from 'react-dom'; | ||
import React from 'react'; | ||
ReactDOM.render(<App />, document.getElementById('react-content')); |
{ | ||
"name": "antd-init", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "Ant Design boilerplate generator.", | ||
@@ -5,0 +5,0 @@ "repository": { |
5813
49