This repository was archived by the owner on Mar 14, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,13 +31,6 @@ This will create a `/dist/` directory with `react-handsontable.js` and `react-ha
3131import React from ' react' ;
3232import ReactDOM from ' react-dom' ;
3333
34- // ... Handsontable with its main dependencies...
35- import moment from ' moment' ;
36- import numbro from ' numbro' ;
37- import pikaday from ' pikaday' ;
38- import Zeroclipboard from ' zeroclipboard' ;
39- import Handsontable from ' handsontable' ;
40-
4134// ... and HotTable
4235import HotTable from ' react-handsontable' ;
4336
Original file line number Diff line number Diff line change @@ -32,13 +32,6 @@ <h2 id="basic-usage"><a class="header-link" href="#basic-usage"></a>Basic usage<
3232< span class ="hljs-keyword "> import</ span > React < span class ="hljs-keyword "> from</ span > < span class ="hljs-string "> 'react'</ span > ;
3333< span class ="hljs-keyword "> import</ span > ReactDOM < span class ="hljs-keyword "> from</ span > < span class ="hljs-string "> 'react-dom'</ span > ;
3434
35- < span class ="hljs-comment "> // ... Handsontable with its main dependencies...</ span >
36- < span class ="hljs-keyword "> import</ span > moment < span class ="hljs-keyword "> from</ span > < span class ="hljs-string "> 'moment'</ span > ;
37- < span class ="hljs-keyword "> import</ span > numbro < span class ="hljs-keyword "> from</ span > < span class ="hljs-string "> 'numbro'</ span > ;
38- < span class ="hljs-keyword "> import</ span > pikaday < span class ="hljs-keyword "> from</ span > < span class ="hljs-string "> 'pikaday'</ span > ;
39- < span class ="hljs-keyword "> import</ span > Zeroclipboard < span class ="hljs-keyword "> from</ span > < span class ="hljs-string "> 'zeroclipboard'</ span > ;
40- < span class ="hljs-keyword "> import</ span > Handsontable < span class ="hljs-keyword "> from</ span > < span class ="hljs-string "> 'handsontable'</ span > ;
41-
4235< span class ="hljs-comment "> // ... and HotTable</ span >
4336< span class ="hljs-keyword "> import</ span > HotTable < span class ="hljs-keyword "> from</ span > < span class ="hljs-string "> 'react-handsontable'</ span > ;
4437
Original file line number Diff line number Diff line change 11{
22 "name" : " react-handsontable" ,
3- "version" : " 0.3.0 " ,
3+ "version" : " 0.3.1 " ,
44 "description" : " A Handsontable component for ReactJS." ,
55 "author" : " Handsoncode <hello@handsontable.com>" ,
66 "license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments