Skip to content

Commit

Permalink
chore: initial commit, renamed from umi-library
Browse files Browse the repository at this point in the history
  • Loading branch information
sorrycc committed May 31, 2019
0 parents commit 9842def
Show file tree
Hide file tree
Showing 448 changed files with 356,945 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/node_modules
/lib
/.local
/yarn.lock
/src/fixtures/**/node_modules
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/src/fixtures
19 changes: 19 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
language: node_js

node_js:
- "8"
- "10"
- "12"

before_script:
- npm run build

after_success:
- npm run coveralls

cache:
directories:
- node_modules

git:
depth: 5
Loading

0 comments on commit 9842def

Please sign in to comment.