Skip to content

Commit

Permalink
chore optimize package
Browse files Browse the repository at this point in the history
  • Loading branch information
xcarpentier committed Jun 28, 2019
1 parent bf2d261 commit 090ecb4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
example/
example-expo/
example-slack-message/
TODO.md
screenshots/
.babelrc
babel.config.js
tests/
README.md
ISSUE_TEMPLATE.md
circle.yml
codecov.yml
media/
App.js
app.json
metro.config.js
src/
.expo
.expo-shared
tsconfig.json
tslint.json
.circleci/
yarn.lock
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2016 Farid from Safi
Copyright (c) 2019 Farid from Safi

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-gifted-chat",
"version": "0.9.8",
"version": "0.9.9",
"description": "The most complete chat UI for React Native",
"main": "node_modules/expo/AppEntry.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 090ecb4

Please sign in to comment.