File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1717import os = require( 'os' ) ;
1818
1919// tslint:disable-next-line:no-var-requires
20- const pkg = require ( '../../ package.json' ) ;
20+ const pkg = require ( '../package.json' ) ;
2121
2222export type SdkHeaders = {
2323 'User-Agent' : string ;
Original file line number Diff line number Diff line change 11{
22 "name" : " @ibm-cloud/secrets-manager" ,
3- "version" : " 0.0.4 " ,
3+ "version" : " 0.0.5 " ,
44 "description" : " Client library for IBM Cloud Secrets Manager" ,
55 "repository" : {
66 "type" : " git" ,
1919 "lint" : " npm run eslint:check && npm run tslint:check" ,
2020 "lint-fix" : " npm run eslint:fix && npm run tslint:fix" ,
2121 "jest" : " jest" ,
22- "test" : " npm run build && npm run lint && jest test/" ,
22+ "test" : " npm run build && cp package.json dist/ && npm run lint && jest test/" ,
2323 "test-unit" : " npm run build && jest test/unit/" ,
2424 "test-integration" : " npm run build && jest test/integration" ,
2525 "report-coverage" : " codecov" ,
You can’t perform that action at this time.
0 commit comments