Fixes and use Yarn

This commit is contained in:
Tanner Linsley
2016-12-07 12:55:03 -07:00
parent d5795fb5ac
commit 8f1c8774f2
7 changed files with 6348 additions and 5 deletions

View File

@@ -19,10 +19,10 @@
"stylus": "^0.54.5"
},
"dependencies": {
"jumpsuit": "^0.7.5",
"jumpsuit": "^1.3.3",
"lodash": "^4.16.4",
"namor": "^0.3.0",
"react-syntax-highlighter": "^3.0.0",
"react-table": "^2.0.0"
"react-table": "^3.1.2"
}
}

View File

@@ -11,7 +11,7 @@ global-reset()
// vendor styles
// -----------------------------------------------------------------------------
@import '../../src/index'
@import '../node_modules/react-table/src/index'
// -----------------------------------------------------------------------------
// variables

View File

@@ -3,7 +3,7 @@ import _ from 'lodash'
import namor from 'namor'
import CodeHighlight from 'components/codeHighlight'
import ReactTable from '../../../lib/index.js'
import ReactTable from 'react-table'
// Let's mock some data to play around with
const rawData = _.map(_.range(3424), d => {

View File

@@ -3,7 +3,7 @@ import _ from 'lodash'
import namor from 'namor'
import CodeHighlight from 'components/codeHighlight'
import ReactTable from '../../../lib/index.js'
import ReactTable from 'react-table'
export default Component({
render () {

2741
example/yarn.lock Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -16,6 +16,7 @@
],
"main": "lib/index.js",
"files": [
"src/",
"lib/",
"react-table.js",
"react-table.css",

3601
yarn.lock Normal file

File diff suppressed because it is too large Load Diff