File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 "build" : " babel index.js -o dist.js" ,
1010 "prepublish" : " npm run build"
1111 },
12+ "files" : [
13+ " index.js" ,
14+ " dist.js" ,
15+ " package.json" ,
16+ " readme.md"
17+ ],
1218 "keywords" : [
1319 " micro-analytics" ,
1420 " adapter" ,
Original file line number Diff line number Diff line change 1414 "build" : " babel index.js -o dist.js" ,
1515 "prepublish" : " npm run build"
1616 },
17+ "files" : [
18+ " index.js" ,
19+ " dist.js" ,
20+ " package.json" ,
21+ " readme.md"
22+ ],
1723 "keywords" : [
1824 " micro-analytics" ,
1925 " adapter"
Original file line number Diff line number Diff line change 99 "build" : " babel src -d dist" ,
1010 "publish" : " npm run build"
1111 },
12+ "files" : [
13+ " src" ,
14+ " dist" ,
15+ " index.js" ,
16+ " unit-test.js" ,
17+ " package.json" ,
18+ " readme.md"
19+ ],
1220 "engineStrict" : true ,
1321 "engines" : {
1422 "node" : " >=6.0.0"
You can’t perform that action at this time.
0 commit comments