Skip to content

Commit

Permalink
feat: publish commonjs module
Browse files Browse the repository at this point in the history
  • Loading branch information
andreafalzetti committed Aug 9, 2021
1 parent dd3474d commit b8f009c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 31,384 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- '10'
- '12'
before_install:
- sudo apt-get update -y
- npm install -g npm@latest
Expand All @@ -9,6 +9,7 @@ before_script:
script:
- npm test
- npm run lint
- npm run build
- npx semantic-release
notifications:
email:
Expand Down
Loading

0 comments on commit b8f009c

Please sign in to comment.