This commit is contained in:
parent
0c8dc0aff8
commit
8daa542e5d
9
CHANGELOG.md
Normal file
9
CHANGELOG.md
Normal file
@ -0,0 +1,9 @@
|
||||
# Changelog
|
||||
|
||||
## 1.1.0
|
||||
|
||||
update to eslint 7.0
|
||||
|
||||
## 1.0.0
|
||||
|
||||
initial release
|
10
package.json
10
package.json
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@sapphirecode/eslint-config-es6",
|
||||
"version": "1.1.17",
|
||||
"version": "1.1.16",
|
||||
"description": "scode eslint es6 configuration",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
@ -20,7 +20,11 @@
|
||||
"eslintconfig",
|
||||
"es6"
|
||||
],
|
||||
"author": "Timo Hocker <timo@scode.ovh>",
|
||||
"author": {
|
||||
"name": "Timo Hocker",
|
||||
"email": "timo@scode.ovh"
|
||||
},
|
||||
"bugs": "https://redmine.scode.ovh/projects/eslint-es6",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"eslint": "^7.0.0",
|
||||
@ -37,4 +41,4 @@
|
||||
"LICENSE",
|
||||
"index.js"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user