Skip to content

Commit

Permalink
Merge branch 'release/v1.2.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelBinpar committed Jun 16, 2020
2 parents 3f1f85e + 585ecb0 commit 1d76dc9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
node_modules
next-env.d.ts
jest.config.js
bin/
dist/
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = {
collectCoverageFrom: [
"**/*.{ts,tsx}",
"!**/node_modules/**",
"!**/bin/**",
"!**/dist/**",
"!**/test/mocks/**"
],
coverageReporters: ['text', 'lcov', 'json', 'html'],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@a2r/fs",
"version": "1.1.4",
"version": "1.2.0",
"description": "A2R file system library",
"main": "./index.js",
"types": "./index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"noUnusedParameters": true,
"removeComments": false,
"preserveConstEnums": true,
"declaration": true,
"sourceMap": true,
"skipLibCheck": true,
"baseUrl": ".",
Expand Down

0 comments on commit 1d76dc9

Please sign in to comment.