Skip to content

Commit

Permalink
Merge pull request #25 from vansergen/dependencies
Browse files Browse the repository at this point in the history
Dependencies
  • Loading branch information
vansergen committed Mar 20, 2020
2 parents 4459eec + f835b57 commit b5447f4
Show file tree
Hide file tree
Showing 6 changed files with 374 additions and 255 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
name: CI

on:
push:
branches:
- master
pull_request:
branches:
- master
on: [push]

jobs:
build:
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,6 @@ typings/

# next.js build output
.next

# Build
build
8 changes: 8 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
src
test
tsconfig.json
index.ts
CODE_OF_CONDUCT.md
.github
.eslintrc.json
.gitattributes
Loading

0 comments on commit b5447f4

Please sign in to comment.