Skip to content

Commit

Permalink
Add postinstall script for sink (#54)
Browse files Browse the repository at this point in the history
* Add postinstall script for sink

* Bump version
  • Loading branch information
erxclau authored Sep 30, 2022
1 parent ec5f5ab commit c3210df
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cookie",
"version": "3.2.0",
"version": "3.2.1",
"description": "Graphics template for The Michigan Daily",
"author": {
"name": "Naitian Zhou"
Expand All @@ -13,6 +13,7 @@
"license": "MIT",
"scripts": {
"prepare": "husky install",
"postinstall": "sink fetch",
"clean": "rm -rf dist/* && rm -rf .parcel-cache",
"dev": "yarn clean && parcel src/index.html src/graphic/*.html",
"build": "yarn clean && parcel build --no-scope-hoist src/index.html src/graphic/*.html"
Expand All @@ -33,7 +34,7 @@
"parcel": "~2.7.0",
"prettier": "2.7.1",
"process": "^0.11.10",
"sink": "michigandaily/sink#v2.1.0"
"sink": "michigandaily/sink#v2.1.1"
},
"browserslist": [
"since 2017-06"
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2720,9 +2720,9 @@ side-channel@^1.0.4:
get-intrinsic "^1.0.2"
object-inspect "^1.9.0"

sink@michigandaily/sink#v2.1.0:
version "2.0.0"
resolved "https://codeload.github.com/michigandaily/sink/tar.gz/b24d9fc511d4e152b7862633544171b86295cee3"
sink@michigandaily/sink#v2.1.1:
version "2.1.1"
resolved "https://codeload.github.com/michigandaily/sink/tar.gz/24cbf6403eace22448d3b7075f01e2baee750a36"
dependencies:
"@googleapis/drive" "^3.0.1"
"@googleapis/sheets" "^3.0.2"
Expand Down

0 comments on commit c3210df

Please sign in to comment.