File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
- name : Node.js Package
1
+ name : Publish Package Pipeline
2
2
3
3
on :
4
4
release :
Original file line number Diff line number Diff line change 1
1
# adblock-detect-react
2
2
3
+ [ ![ npm version] ( https://badge.fury.io/js/adblock-detect-react.svg )] ( https://www.npmjs.com/package/adblock-detect-react )
4
+ ![ Publish Status] ( https://github.com/aruniverse/adblock-detect-react/workflows/Publish%20Package%20Pipeline/badge.svg )
5
+
3
6
## Description
4
7
5
8
Provides utilities to check if ad block is enabled on a page via either a React hook or a wrapper component.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " adblock-detect-react" ,
3
- "version" : " 1.0.0-beta.1 " ,
3
+ "version" : " 1.0.0-beta.2 " ,
4
4
"description" : " Provide React Hook that checks if AdBlock is enabled on the page." ,
5
5
"main" : " lib/index.js" ,
6
6
"module" : " build/index.js" ,
11
11
"url" : " https://github.com/aruniverse/adblock-detect-react" ,
12
12
"type" : " git"
13
13
},
14
+ "files" : [
15
+ " lib/**/*" ,
16
+ " build/**/*"
17
+ ],
14
18
"keywords" : [
15
19
" react" ,
16
20
" adblock" ,
36
40
"react" : " ^16.8.0" ,
37
41
"react-dom" : " ^16.8.0"
38
42
}
39
- }
43
+ }
You can’t perform that action at this time.
0 commit comments