Skip to content

Commit

Permalink
gh-427: Remove and git ignore lib folder
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrowd committed Apr 12, 2020
1 parent 1599ef4 commit 2973bd5
Show file tree
Hide file tree
Showing 24 changed files with 7 additions and 3,147 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-website.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: CI
name: Deploy website
on: push
jobs:
publish:
name: Publish
deploy:
name: deploy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-npm-package.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: CI
name: Publish npm package
on: push
jobs:
publish:
name: Publish
name: publish
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ node_modules/
npm-debug.log
.cache/
dev
lib
dist
temp
lib/main.js
Expand Down
15 changes: 0 additions & 15 deletions lib/cjs/CSSTranslate.js

This file was deleted.

Loading

0 comments on commit 2973bd5

Please sign in to comment.