We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 637407f commit 701f989Copy full SHA for 701f989
2 files changed
.github/workflows/npm.yml
@@ -16,5 +16,4 @@ jobs:
16
- run: yarn install
17
- run: npm publish --access public
18
env:
19
- NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
20
-Terms
+ NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "insomnia-plugin-github-light-theme",
3
- "version": "1.0.1",
+ "version": "1.0.2",
4
"description": "A Github light theme for Insomnia",
5
"main": "plugin.js",
6
"scripts": {
0 commit comments