Skip to content

Commit

Permalink
Merge pull request #3 from Nexucis/remove-maps
Browse files Browse the repository at this point in the history
Bump deps, remove source maps and build fuzzy as esm/commonJS module
  • Loading branch information
Nexucis authored May 19, 2022
2 parents 09290d3 + 38b3fbe commit ee9d962
Show file tree
Hide file tree
Showing 8 changed files with 3,712 additions and 3,207 deletions.
7 changes: 3 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ jobs:
- checkout
- node/install-packages
- run: npm run build
- run: npm run build:cjs
- persist_to_workspace:
root: ~/project
paths:
- lib
- dist
test:
executor:
name: node/default
Expand All @@ -39,9 +40,7 @@ jobs:
- run:
name: Authenticate with registry
command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/project/.npmrc
- run: cp ~/project/README.md ~/project/lib/README.md
- run: cp ~/project/package.json ~/project/lib/package.json
- run: npm publish ~/project/lib --access public
- run: npm publish . --access public

workflows:
version: 2
Expand Down
1 change: 0 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"plugin:@typescript-eslint/recommended"
],
"rules": {
"@typescript-eslint/camelcase": "warn",
"@typescript-eslint/explicit-function-return-type": ["off"],
"eol-last": [
"error",
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.idea/
node_modules/
lib/
dist/
.nyc_output/
*.lcov
6 changes: 6 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
src/
package-lock.json
tsconfig.cjs.json
tsconfig.json
.eslintrc.json
.circleci/
Loading

0 comments on commit ee9d962

Please sign in to comment.