Skip to content
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.

Commit

Permalink
Testing out window version util
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Q committed Mar 22, 2019
1 parent 31aee80 commit 528482b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -73,7 +73,7 @@
"test:coverage": "npm run test:dev -- --coverage",
"test:dev": "node scripts/test.js --env=jsdom",
"test:coverage:fast": "npm run test:coverage -- --onlyChanged",
"version": "npm run make:version && npm run build",
"version": "npm run make:version && git add . && npm run build",
"prettier:base": "prettier \"src/**/*.js\" \"test/**/*.js\" \"stories/**/*.js\" --parser=flow",
"prettier": "npm run prettier:base -- --write",
"update:icons": "node ./scripts/update-icons.js",
Expand Down
2 changes: 1 addition & 1 deletion src/utilities/pkg.ts
@@ -1,3 +1,3 @@
export default {
version: '2.17.1-0',
version: '2.18.5-0',
}

0 comments on commit 528482b

Please sign in to comment.