Skip to content
This repository was archived by the owner on Dec 28, 2019. It is now read-only.

Commit 7708025

Browse files
committed
Setup with rollup done
1 parent 341ddbe commit 7708025

17 files changed

+4092
-838
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
node_modules
1+
.DS_Store
2+
node_modules
3+
package-lock.json

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
language: node_js
2+
node_js:
3+
- '9'
4+
- '8'
5+
- '6'

index.js

Lines changed: 0 additions & 4 deletions
This file was deleted.

main.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
module.exports = {
2+
module1: require('./module1/'),
3+
module2: require('./module2/'),
4+
module3: require('./module3/')
5+
}

0 commit comments

Comments
 (0)