Skip to content

Commit

Permalink
issue-#61 - Added .node-version, and .npmrc, files.
Browse files Browse the repository at this point in the history
- Added 'fjl-validator-recaptcha' to workspace, and test configs.
  • Loading branch information
elycruz committed Sep 18, 2022
1 parent 6e34ef6 commit c2f4a55
Show file tree
Hide file tree
Showing 6 changed files with 321 additions and 301 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"parser": "@typescript-eslint/parser",

"parserOptions": {
"ecmaVersion": 2019,
"ecmaVersion": 2020,
"sourceType": "module",
"project": "./tsconfig.json",
"ecmaFeatures": {
Expand Down
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
**/.eslint*
**/.travis*
**/.git*
**/.node-version
**/.npmrc

# Dirs
**/markdown-fragments*
Expand Down
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
version=true
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ module.exports = {
projects: [
'fjl',
'fjl-validator',
'fjl-validator-recaptcha',
'fjl-inputfilter'
]
.map(packageName => {
Expand Down
Loading

0 comments on commit c2f4a55

Please sign in to comment.