Skip to content

Commit

Permalink
Merge pull request #6 from contiki9/add-papa-dash
Browse files Browse the repository at this point in the history
パパダッシュ!!の追加
  • Loading branch information
scrpgil authored Feb 9, 2020
2 parents 59476a0 + 7d34837 commit ee14038
Show file tree
Hide file tree
Showing 14 changed files with 329 additions and 47 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ https://github.com/ionic-jp/who-use-ionic/blob/master/src/assets/data.json
"description": "アプリの概要を10文字程度で紹介ください",
"author": "作者名",
"websiteUrl": "公式URL",
"country": "国コード(JP, USなど)",
"platform": {
"ios": "アプリURL(itunes.apple.com)。ない場合は空白",
"android": "アプリURL(play.google.com)。ない場合は空白",
Expand Down
26 changes: 13 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"formatter": "prettier --parser typescript --write \"./**/*.ts\""
},
"dependencies": {
"@ionic/core": "^4.9.1",
"@stencil/sass": "^1.0.1",
"@ionic/core": "4.10.3",
"@stencil/sass": "1.1.1",
"pre-commit": "^1.2.2",
"prettier": "^1.17.1"
},
"devDependencies": {
"@stencil/core": "^1.4.0"
"@stencil/core": "1.8.1"
},
"pre-commit": [
"formatter"
Expand Down
Loading

0 comments on commit ee14038

Please sign in to comment.