Browse Source

[FIX, MIN] remove eslint from dependencies

tags/1.2.0
Achilles Rasquinha 7 years ago
parent
commit
8f8fbf0c1b
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      package.json

+ 3
- 2
package.json View File

@@ -51,9 +51,10 @@
"rollup-plugin-replace": "^2.0.0",
"rollup-plugin-uglify": "^2.0.1",
"rollup-plugin-uglify-es": "0.0.1",
"rollup-watch": "^4.3.1"
"rollup-watch": "^4.3.1",
"eslint": "^4.18.2"
},
"dependencies": {
"eslint": "^4.18.2"
}
}

Loading…
Cancel
Save