File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 2020    " html5-framework" 
2121    " javascript-framework" 
2222  ],
23-   "publishConfig" : {
24-     "access" : " public" 
25-   },
23+   "publishConfig" : { "access" : " public" 
2624  "scripts" : {
2725    "start" : " npx webpack --config webpack.config.js" 
2826    "build" : " NODE_ENV=production npx webpack --config webpack.config.js" 
6159    "webpack-log" : " ^3.0.1" 
6260  },
6361  "dependencies" : {
64-     "@cocreate/crud-client" : " ^1.13.6 " 
65-     "@cocreate/docs" : " ^1.4.1 " 
66-     "@cocreate/hosting" : " ^1.6.0 " 
62+     "@cocreate/crud-client" : " ^1.14.0 " 
63+     "@cocreate/docs" : " ^1.4.2 " 
64+     "@cocreate/hosting" : " ^1.6.1 " 
6765  }
6866}
Original file line number Diff line number Diff line change 11import  CRUD  from  '@cocreate/crud-client' ; 
22
33let  crud 
4- if ( CRUD  &&  CRUD . default ) 
4+ if   ( CRUD  &&  CRUD . default ) 
55	crud  =  CRUD . default 
66else 
77	crud  =  CRUD 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments