Skip to content

Commit

Permalink
Saving files before refreshing line endings
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerVigario committed Mar 30, 2020
1 parent 99fee1b commit 8b88135
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
40 changes: 20 additions & 20 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"env": {
"es6": true,
"node": true
},
"extends": [
"google"
],
"globals": {
"Atomics": "readonly",
"SharedArrayBuffer": "readonly"
},
"parserOptions": {
"ecmaVersion": 2018,
"sourceType": "module"
},
"rules": {
"max-len": 1
}
}
{
"env": {
"es6": true,
"node": true
},
"extends": [
"google"
],
"globals": {
"Atomics": "readonly",
"SharedArrayBuffer": "readonly"
},
"parserOptions": {
"ecmaVersion": 2018,
"sourceType": "module"
},
"rules": {
"max-len": 1
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mass.js",
"version": "1.3.2",
"version": "1.3.3",
"description": "ES Module for parsing and formatting mass units.",
"homepage": "https://mass.tylervigario.com",
"module": "./lib/entries/US.mjs",
Expand Down

0 comments on commit 8b88135

Please sign in to comment.