File tree Expand file tree Collapse file tree 3 files changed +7
-26
lines changed Expand file tree Collapse file tree 3 files changed +7
-26
lines changed Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env node
2
2
import fs from "node:fs" ;
3
- import pkgVersion from "../lib/version.js " ;
3
+ import pkgVersion from "../lib/version" ;
4
4
import { join } from "node:path" ;
5
5
import * as tools from "../lib/tools.js" ;
6
6
import * as config from "../lib/config.js" ;
Original file line number Diff line number Diff line change 1
- const version = " 5.0.1" ;
1
+ const version = ' 5.0.1' ;
2
2
export default version ;
Original file line number Diff line number Diff line change 49
49
"overrides" : {
50
50
"plist" : " github:TooTallNate/plist.js#e17373ef96510a606b62553bd28845842133ba12"
51
51
},
52
- "files" : [
53
- " LICENSE" ,
54
- " lib/appdir.ts" ,
55
- " bin/applesign.ts" ,
56
- " lib/bin.ts" ,
57
- " lib/config.ts" ,
58
- " lib/depsolver.ts" ,
59
- " lib/entitlements.ts" ,
60
- " example.ts" ,
61
- " lib/fchk.ts" ,
62
- " lib/idprov.ts" ,
63
- " index.ts" ,
64
- " lib/info-plist.ts" ,
65
- " test/test.ts" ,
66
- " lib/tools.ts" ,
67
- " lib/types.d.ts" ,
68
- " lib/macho-entitlements.d.ts" ,
69
- " lib/version.ts" ,
70
- " package.json" ,
71
- " README.md" ,
72
- " tsconfig.json" ,
73
- " scripts/update-version.sh" ,
74
- " scripts/dist.sh"
75
- ],
76
52
"description" : " API to resign IPA files" ,
77
53
"homepage" : " https://www.nowsecure.com" ,
78
54
"repository" : {
87
63
" osx"
88
64
],
89
65
"license" : " MIT" ,
66
+ "main" : " dist/index.js" ,
90
67
"types" : " dist/index.d.ts" ,
68
+ "files" : [
69
+ " /dist/**/*.js" ,
70
+ " /dist/index.d.ts"
71
+ ],
91
72
"maintainers" : [
92
73
{
93
74
"name" : " Sergi Alvarez" ,
You can’t perform that action at this time.
0 commit comments