We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c98b933 commit db59632Copy full SHA for db59632
.github/workflows/publish.yml
@@ -24,6 +24,7 @@ jobs:
24
node-version: 12
25
registry-url: https://registry.npmjs.org/
26
- run: yarn
27
+ - run: yarn build
28
- run: yarn publish --access public
29
env:
30
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
LICENSE.md renamed to LICENSE
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "adblock-detect-react",
3
- "version": "1.0.0",
+ "version": "1.0.0-beta.1",
4
"description": "Provide React Hook that checks if AdBlock is enabled on the page.",
5
"main": "lib/index.js",
6
"module": "build/index.js",
@@ -36,4 +36,4 @@
36
"react": "^16.8.0",
37
"react-dom": "^16.8.0"
38
}
39
-}
+}
0 commit comments