Skip to content

Commit

Permalink
Merge branch 'release/1.0.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
titouanmathis committed Jun 14, 2021
2 parents 7870c7e + 86c1ecf commit 5359eb1
Show file tree
Hide file tree
Showing 53 changed files with 28,335 additions and 11,957 deletions.
4 changes: 4 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
packages/tests/dist/
packages/docs/.vuepress/.temp/
packages/docs/.vuepress/.cache/
packages/docs/.vuepress/dist/
4 changes: 2 additions & 2 deletions .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: 10.x
- name: npm ci
run: npm ci
- name: npm i
run: npm i
- name: ESLint
run: npm run lint
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
node-version: 12
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: cd packages/tailwind-config
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
6 changes: 4 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/node_modules
/tests/dist/
/docs/.vuepress/dist/
/packages/tests/dist/
/packages/docs/.vuepress/dist/
/packages/docs/.vuepress/.cache/
/packages/docs/.vuepress/.temp/
4 changes: 0 additions & 4 deletions .npmignore

This file was deleted.

1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
16
5 changes: 0 additions & 5 deletions .postcssrc.js

This file was deleted.

13 changes: 0 additions & 13 deletions .stylelintrc.js

This file was deleted.

33 changes: 0 additions & 33 deletions docs/.vuepress/config.js

This file was deleted.

10 changes: 0 additions & 10 deletions docs/.vuepress/tailwind.config.js

This file was deleted.

Loading

0 comments on commit 5359eb1

Please sign in to comment.