Skip to content

Commit

Permalink
Bump package version
Browse files Browse the repository at this point in the history
  • Loading branch information
exoRift committed Aug 22, 2022
1 parent ec27df0 commit a3abaae
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ jobs:
uses: actions/configure-pages@v1
- name: Install Dependencies
run: npm ci
if: steps.setup.outputs.cache-hit != true
- name: Build Resources
run: npm run build-storybook
- name: Upload Static Artifact
Expand Down Expand Up @@ -77,7 +76,6 @@ jobs:
cache: ${{ matrix.packager }}
- name: Install Dependencies
run: npm ci
if: steps.setup.outputs.cache-hit != true
- name: Build Resources
run: npm run build
- name: Publish to NPM
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/quality_assurance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:
cache: ${{ matrix.packager }}
- name: Install Dependencies
run: npm ci
if: steps.setup.outputs.cache-hit != true
- name: Lint Code
run: npm run lint
analyze:
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-fluent-mobile",
"version": "0.1.2",
"version": "0.1.3",
"description": "A series of React mixin modules that augment the mobile user experience",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand Down

0 comments on commit a3abaae

Please sign in to comment.