react-phone-number-input
Version:
Telephone input for React
45 lines (32 loc) • 570 B
Plain Text
# git
.gitignore
.gitattributes
# testing package
/react-phone-number-input-*.tgz
# Travis CI
.travis.yml
# test coverage folder
/coverage/
# npm errors
npm-debug.log
# github pages
/gh-pages/
# for OS X users
.DS_Store
# cache files for sublime text
*.tmlanguage.cache
*.tmPreferences.cache
*.stTheme.cache
# workspace files are user-specific
*.sublime-workspace
*.sublime-project
# NUL
/NUL
# webpack is used in development
/webpack.config.js
# babel is used for compilation
/.babelrc
# tests aren't needed for npm
/test/
# bundle for the browser
/bundle/