Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 9ec608a

Browse files
drop linting from tests
1 parent 7b1b90b commit 9ec608a

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

‎package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"license": "MIT",
1111
"scripts": {
1212
"lint": "eslint lib",
13-
"test": "npm run lint && jasmine-node --verbose test/specs"
13+
"test": "jasmine-node --verbose test/specs"
1414
},
1515
"repository": {
1616
"type": "git",
@@ -65,7 +65,12 @@
6565
},
6666
"babel": {
6767
"presets": [
68-
"@babel/preset-env"
68+
["@babel/preset-env", {
69+
"targets": {
70+
"chrome": "58",
71+
"node": "10"
72+
}
73+
}]
6974
]
7075
},
7176
"eslintConfig": {

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /