File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed
Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 1- export * from './lib/canonicalTitleMap' ;
1+ import * as schemaDefaultsImp from './lib/schemaDefaults' ;
2+ import * as sfPathImp from './lib/sfPath' ;
3+ import canonicalTitleMapImp from './lib/canonicalTitleMap' ;
4+
25export * from './lib/merge.js' ;
3- export * from './lib/schemaDefaults.js' ;
46export * from './lib/select.js' ;
5- export * from './lib/sfPath.js' ;
67export * from './lib/traverse.js' ;
8+
9+ export const sfPath = sfPathImp ;
10+ export const schemaDefaults = schemaDefaultsImp ;
11+ export const canonicalTitleMap = canonicalTitleMapImp ;
Original file line number Diff line number Diff line change 55 "main" : " bundle.js" ,
66 "scripts" : {
77 "build" : " webpack" ,
8+ "prepublish" : " npm run build" ,
89 "watch" : " webpack --watch" ,
910 "test" : " echo \" Error: no test specified\" && exit 1"
1011 },
Original file line number Diff line number Diff line change @@ -19,8 +19,5 @@ module.exports = {
1919 loader : 'babel' ,
2020 }
2121 ]
22- } ,
23- externals : {
24- 'objectpath' : 'objectpath'
2522 }
2623} ;
You can’t perform that action at this time.
0 commit comments