react-otpcode-input
Advanced tools
Comparing version 0.1.4 to 0.1.5
{ | ||
"name": "react-otpcode-input", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "OTP Input Component", | ||
"main": "lib/index.js", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "jest" | ||
"test": "jest", | ||
"build": "./node_modules/.bin/babel lib --out-file index.js" | ||
}, | ||
@@ -30,4 +31,8 @@ "repository": { | ||
"devDependencies": { | ||
"@babel/cli": "^7.8.4", | ||
"@babel/core": "^7.8.4", | ||
"@babel/preset-env": "^7.8.4", | ||
"@babel/preset-react": "^7.8.3", | ||
"jest": "^24.9.0" | ||
} | ||
} |
2747
7
20
5