This repository was archived by the owner on Jun 15, 2024. It is now read-only.
File tree 1 file changed +10
-1
lines changed
1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nativescript-pdf-view" ,
3
- "version" : " 1.0.0" ,
4
3
"description" : " A NativeScript plugin to display PDF files on iOS and Android" ,
5
4
"main" : " src/plugin.js" ,
6
5
"nativescript" : {
15
14
"demo.android" : " npm run preparedemo && cd demo && tns run android" ,
16
15
"preparedemo" : " npm run build && cd demo && tns plugin remove nativescript-pdf-view && tns plugin add .. && tns install" ,
17
16
"prepublish" : " npm run build" ,
17
+ "semantic-release" : " ./node_modules/.bin/semantic-release pre && npm publish && ./node_modules/.bin/semantic-release post" ,
18
18
"setup" : " npm install && cd demo && npm install && cd .. && npm run build && cd demo && tns plugin add .. && cd .."
19
19
},
20
+ "release" : {
21
+ "generateNotes" : " ./node_modules/@semantic-release/release-notes-generator" ,
22
+ "verifyConditions" : [
23
+ " ./node_modules/@semantic-release/condition-codeship"
24
+ ]
25
+ },
20
26
"repository" : {
21
27
"type" : " git" ,
22
28
"url" : " https://github.com/Merott/nativescript-pdf-view.git"
39
45
"license" : " MIT" ,
40
46
"homepage" : " https://github.com/Merott/nativescript-pdf-view" ,
41
47
"devDependencies" : {
48
+ "@semantic-release/condition-codeship" : " 1.1.0" ,
49
+ "@semantic-release/release-notes-generator" : " 2.0.0" ,
50
+ "semantic-release" : " 4.3.5" ,
42
51
"tns-core-modules" : " 2.2.0-2016-07-14-3692" ,
43
52
"tns-platform-declarations" : " 2.0.0" ,
44
53
"tslint" : " 3.13.0" ,
You can’t perform that action at this time.
0 commit comments