Skip to content

Commit

Permalink
chore cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
xcarpentier committed Jan 6, 2020
1 parent 860c92f commit 4e1ed07
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 46 deletions.
8 changes: 7 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,10 @@ App.tsx
app.json
babel.config.js
metro.config.js
app.json
app.json
.expo
src
.prettierrc
tsconfig.json
tslint.json
.github/FUNDING.yml
18 changes: 0 additions & 18 deletions flow-typed/npm/expo_vx.x.x.js

This file was deleted.

6 changes: 0 additions & 6 deletions flow-typed/npm/flow-bin_v0.x.x.js

This file was deleted.

18 changes: 0 additions & 18 deletions flow-typed/npm/react-native_vx.x.x.js

This file was deleted.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "rn-pdf-reader-js",
"version": "0.4.0",
"version": "0.4.1",
"description": "PDF reader for Expo",
"main": "node_modules/expo/AppEntry.js",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"author": "Xavier Carpentier <xcapetir@gmail.com> (https://xaviercarpentier.com/)",
"license": "MIT",
Expand All @@ -14,7 +14,7 @@
"config:dev": "json -I -f package.json -e 'this.main=\"node_modules/expo/AppEntry.js\"'",
"config:npm": "json -I -f package.json -e 'this.main=\"lib/index.js\"'",
"lint": "tslint --project .",
"verify": "yarn lint && yarn build",
"verify": "yarn lint && yarn tsc && yarn build",
"prepublishOnly": "yarn verify && yarn config:npm",
"cleaning": "rm -rf node_modules && rm -f yarn.lock && yarn cache clean && yarn install && watchman watch-del-all && rm -fr $TMPDIR/react-*"
},
Expand Down

0 comments on commit 4e1ed07

Please sign in to comment.