Skip to content

Commit

Permalink
[UPD]
Browse files Browse the repository at this point in the history
  • Loading branch information
Viglino committed Jan 25, 2024
1 parent 513d45b commit 4772355
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
module.exports = {
"env": {
"browser": true,
"es2021": true
},
"extends": "eslint:recommended",
"parserOptions": {
"ecmaVersion": "latest",
"sourceType": "module"
},
"rules": {
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"parcel-plugin-txt": "^1.0.3"
},
"dependencies": {
"mcutils": "git+https://github.com/IGNF-Ma-carte/mcutils"
"mcutils": "github:IGNF-Ma-carte/mcutils#1.0.4"
},
"staticFiles": {
"staticPath": [
Expand Down

0 comments on commit 4772355

Please sign in to comment.