File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ import { type } from './lib/bears.js'
2+ console . log ( type )
Original file line number Diff line number Diff line change 1+ export default 'bears!'
2+
3+ export function growl ( ) {
4+ return 'grrr'
5+ }
6+
7+ export const type = 'Grizzly'
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " javascript-modules" ,
3+ "version" : " 0.1.0" ,
4+ "description" : " " ,
5+ "main" : " index.js" ,
6+ "scripts" : {
7+ "start" : " budo index.js"
8+ },
9+ "browserify" : {
10+ "transform" : [
11+ [
12+ " babelify" ,
13+ {
14+ "presets" : [
15+ " es2015"
16+ ]
17+ }
18+ ]
19+ ]
20+ },
21+ "author" : " Kyle Robinson Young <kyle@dontkry.com> (http://dontkry.com)" ,
22+ "license" : " MIT" ,
23+ "dependencies" : {},
24+ "devDependencies" : {
25+ "babel-preset-es2015" : " ^6.3.13" ,
26+ "babelify" : " ^7.2.0" ,
27+ "budo" : " ^7.1.0"
28+ }
29+ }
You can’t perform that action at this time.
0 commit comments