Skip to content

Commit

Permalink
chore: update lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
freeboub committed Aug 24, 2024
1 parent 2fd9bc4 commit af33d7e
Show file tree
Hide file tree
Showing 2 changed files with 4,994 additions and 2,908 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
"lint": "eslint src",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rimraf ./dist && babel src --out-dir dist",
"prepare": "rimraf ./dist && babel src --out-dir dist"
"prepare": "rimraf ./dist && babel src --out-dir dist",
"predeploy": "yarn run build",
"deploy": "gh-pages -d build"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -53,6 +55,7 @@
"@babel/core": "^7.2.2",
"@react-native-community/eslint-config": "^2.0.0",
"eslint": "^7.7.0",
"gh-pages": "^6.0.0",
"metro-react-native-babel-preset": "^0.64.0",
"rimraf": "^3.0.2"
},
Expand Down
Loading

0 comments on commit af33d7e

Please sign in to comment.