We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b1b90b commit 9ec608aCopy full SHA for 9ec608a
package.json
@@ -10,7 +10,7 @@
10
"license": "MIT",
11
"scripts": {
12
"lint": "eslint lib",
13
- "test": "npm run lint && jasmine-node --verbose test/specs"
+ "test": "jasmine-node --verbose test/specs"
14
},
15
"repository": {
16
"type": "git",
@@ -65,7 +65,12 @@
65
66
"babel": {
67
"presets": [
68
- "@babel/preset-env"
+ ["@babel/preset-env", {
69
+ "targets": {
70
+ "chrome": "58",
71
+ "node": "10"
72
+ }
73
+ }]
74
]
75
76
"eslintConfig": {
0 commit comments