Updated .gitignore & .npmignore and fixed export from index.ts
This commit is contained in:
parent
7710c68f6d
commit
79177a5d68
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
node_modules/
|
node_modules/
|
||||||
dist/
|
dist/
|
||||||
|
.vscode/
|
||||||
|
*.tgz
|
||||||
|
17
.npmignore
17
.npmignore
@ -0,0 +1,17 @@
|
|||||||
|
boostmovehub.ts
|
||||||
|
consts.ts
|
||||||
|
duplotrainbase.ts
|
||||||
|
hub.ts
|
||||||
|
index.ts
|
||||||
|
lpf2hub.ts
|
||||||
|
port.ts
|
||||||
|
poweredup.ts
|
||||||
|
puphub.ts
|
||||||
|
pupremote.ts
|
||||||
|
package-lock.json
|
||||||
|
tsconfig.json
|
||||||
|
tslint.json
|
||||||
|
utils.ts
|
||||||
|
wedo2smarthub.ts
|
||||||
|
.vscode/
|
||||||
|
examples/
|
2
index.ts
2
index.ts
@ -8,4 +8,4 @@ import { PUPRemote } from "./pupremote";
|
|||||||
import { WeDo2SmartHub } from "./wedo2smarthub";
|
import { WeDo2SmartHub } from "./wedo2smarthub";
|
||||||
|
|
||||||
export default PoweredUP;
|
export default PoweredUP;
|
||||||
export { Hub, WeDo2SmartHub, BoostMoveHub, PUPHub, PUPRemote, DuploTrainBase, Consts };
|
export { PoweredUP, Hub, WeDo2SmartHub, BoostMoveHub, PUPHub, PUPRemote, DuploTrainBase, Consts };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user