Skip to content

Commit

Permalink
Added a npmignore folder.
Browse files Browse the repository at this point in the history
  • Loading branch information
vlad-doru committed Aug 26, 2016
1 parent c5a0e12 commit 1e29b7c
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .npmignore
@@ -0,0 +1,2 @@
demo
blueprints
27 changes: 23 additions & 4 deletions package.json
@@ -1,12 +1,31 @@
{
"name": "demo",
"version": "0.0.1",
"private": true,
"name": "react-native-calendar-datepicker",
"version": "1.0.0",
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start"
},
"dependencies": {
"react": "15.2.1",
"react-native": "^0.29.0"
}
},
"description": "Reac-Native cross-platform, calendar component.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/vlad-doru/react-native-calendar-datepicker.git"
},
"keywords": [
"react",
"react-native",
"calendar",
"datepicker",
"cross",
"platform"
],
"author": "Vlad-Doru Ion",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/vlad-doru/react-native-calendar-datepicker/issues"
},
"homepage": "https://github.com/vlad-doru/react-native-calendar-datepicker#readme"
}

0 comments on commit 1e29b7c

Please sign in to comment.