File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 3333 "url" : " https://github.com/styled-components/css-to-react-native/issues"
3434 },
3535 "homepage" : " https://github.com/styled-components/css-to-react-native#readme" ,
36+ "jest" : {
37+ "testURL" : " http://localhost"
38+ },
3639 "devDependencies" : {
3740 "babel-cli" : " ^6.26.0" ,
3841 "babel-preset-es2015" : " ^6.24.1" ,
4750 "rollup" : " ^0.55.5"
4851 },
4952 "dependencies" : {
53+ "camelize" : " ^1.0.0" ,
5054 "css-color-keywords" : " ^1.0.0" ,
51- "fbjs" : " ^0.8.5" ,
5255 "postcss-value-parser" : " ^3.3.0"
5356 },
5457 "lint-staged" : {
Original file line number Diff line number Diff line change 11/* eslint-disable no-param-reassign */
22import parse from 'postcss-value-parser'
3- import camelizeStyleName from 'fbjs/lib/camelizeStyleName '
3+ import camelizeStyleName from 'camelize '
44import transforms from './transforms/index'
55import TokenStream from './TokenStream'
66
You can’t perform that action at this time.
0 commit comments