Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
codediodeio committed Mar 11, 2020
1 parent b63a463 commit 0aa741a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created
# For more information see: https://help.github.com/actions/language-and-framework-guides/publishing-nodejs-packages

name: Node.js Package
name: Sveltefire Package

on:
release:
Expand All @@ -28,6 +28,7 @@ jobs:
node-version: 12
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm build
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
Expand All @@ -41,7 +42,7 @@ jobs:
with:
node-version: 12
registry-url: https://npm.pkg.github.com/
scope: '@your-github-username'
scope: '@codediodeio'
- run: npm ci
- run: npm publish
env:
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.1.1",
"version": "0.1.2",
"name": "sveltefire",
"svelte": "src/index.js",
"main": "dist/index.js",
Expand All @@ -18,17 +18,17 @@
"url": "https://github.com/codediodeio/sveltefire.git"
},
"devDependencies": {
"concurrently": "^5.0.0",
"cypress": "^3.6.1",
"firebase": "^7.3.0",
"firebase-tools": "^7.7.0",
"jest": "^24.9.0",
"rollup": "^1.11.0",
"concurrently": "^5.1.0",
"cypress": "^4.1.0",
"firebase": "^7.10.0",
"firebase-tools": "^7.14.0",
"jest": "^25.1.0",
"rollup": "^2.0.3",
"rollup-plugin-bundle-size": "^1.0.3",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^4.0.0",
"rollup-plugin-svelte": "^5.0.0",
"svelte": "^3.12.1"
"svelte": "^3.19.2"
},
"keywords": [
"svelte",
Expand Down

0 comments on commit 0aa741a

Please sign in to comment.