Skip to content

Commit

Permalink
remove the example from the npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
Doron Tohar committed Oct 21, 2018
1 parent 19555f0 commit 9bc9da5
Show file tree
Hide file tree
Showing 3 changed files with 201 additions and 4 deletions.
60 changes: 60 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

# nyc test coverage
.nyc_output

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# Bower dependency directory (https://bower.io/)
bower_components

# node-waf configuration
.lock-wscript

# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release

# Dependency directories
node_modules/
jspm_packages/

# Typescript v1 declaration files
typings/

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# Yarn Integrity file
.yarn-integrity

# dotenv environment variables file
.env

HyperLinkedTextExample
132 changes: 132 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 9 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
{
"name": "react-native-hyperlinked-text",
"version": "1.0.0",
"keywords": ["react-native", "hyperlink", "hyperlinks", "regex", "links"],
"version": "1.0.1",
"keywords": [
"react-native",
"hyperlink",
"hyperlinks",
"regex",
"links"
],
"dependencies": {
"prop-types": "^15.6.0",
"ramda": "^0.24.1"
},
"description":
"Text component for React Native with regex defined hyperlinks",
"description": "Text component for React Native with regex defined hyperlinks",
"main": "HyperlinkedText.js",
"devDependencies": {},
"peerDependencies": {
Expand Down

0 comments on commit 9bc9da5

Please sign in to comment.