Skip to content

Commit

Permalink
fix(build): Move Dev Deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Donskelle committed Jun 8, 2020
1 parent f5e8c77 commit a6ddc61
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# pwa-helpers
[![Netlify Status](https://api.netlify.com/api/v1/badges/5fa67289-f59c-429d-9029-dd220266c629/deploy-status)](https://app.netlify.com/sites/pwa-helper/deploys)

[![Netlify Status](https://api.netlify.com/api/v1/badges/5fa67289-f59c-429d-9029-dd220266c629/deploy-status)](https://app.netlify.com/sites/pwa-helper/deploys)

PWA utility libary. This libary provides some function to help you get started in pwa creation. Visit demo page [here](https://pwa-helper.netlify.app)
PWA utility libary. This libary provides some function to help you get started in pwa creation. Visit demo page [here](https://pwa-helper.netlify.app).
No external dependencies

### Installation

Expand All @@ -21,6 +22,7 @@ npm i @donskelle/pwa-helpers
#### Manifest

Lookup manifest properties [here](https://developer.mozilla.org/en-US/docs/Web/Manifest) or use this [generator](https://app-manifest.firebaseapp.com/).
Be aware that manifest specification is not stable. So you should look it up [here](https://www.w3.org/TR/appmanifest/) and subscribe to changes, when you wanna use it in production.

Some examples of manifest:

Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"scripts": {
"start": "npx http-server dist",
"build": "rollup -c",
"watch": "rollup -c -w",
"size": "size-limit",
"size-build": "echo 'no build'",
"lint": "eslint src",
Expand All @@ -28,6 +29,7 @@
"homepage": "https://github.com/Donskelle/pwa-helpers#readme",
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-transform-runtime": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@release-it/conventional-changelog": "^1.1.2",
"@size-limit/preset-big-lib": "^4.4.5",
Expand Down Expand Up @@ -76,8 +78,5 @@
"npx prettier --write",
"npx eslint --fix"
]
},
"dependencies": {
"@babel/plugin-transform-runtime": "^7.9.0"
}
}

0 comments on commit a6ddc61

Please sign in to comment.