mirror of
https://github.com/LanceGin/jsotp.git
synced 2026-05-24 00:00:05 +08:00
add: lint && fix: util var error
This commit is contained in:
+2
-1
@@ -9,7 +9,8 @@
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha --compilers js:babel-core/register",
|
||||
"build": "babel src -d lib"
|
||||
"build": "babel src -d lib",
|
||||
"lint": "eslint src/**.js ; exit 0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user