This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
charts
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
18
Wiki
Activity
Browse Source
[FIX, MIN] remove eslint from dependencies
tags/1.2.0
Achilles Rasquinha
7 years ago
parent
f5b6732cb2
commit
8f8fbf0c1b
1 changed files
with
3 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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"
}
}
Write
Preview
Loading…
Cancel
Save