File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @fusionauth/typescript-client" ,
3
- "version" : " 1.16.0-RC.2 " ,
3
+ "version" : " 1.16.0-RC.1c " ,
4
4
"description" : " A typescript implementation of the FusionAuth client." ,
5
5
"main" : " build/index.js" ,
6
6
"types" : " build/index.d.ts" ,
22
22
"build-browser" : " mkdir -p dist && npx browserify index.ts --standalone FusionAuth --debug -p [ tsify --target=es5 ] -t browserify-shim -o dist/fusionauth-typescript-client.js" ,
23
23
"build-browser-min" : " mkdir -p dist && npx browserify index.ts --standalone FusionAuth --debug -p [ tsify --target=es5 ] -t browserify-shim -t uglifyify | npx uglifyjs --source-map base -o dist/fusionauth-typescript-client.min.js" ,
24
24
"pretest" : " npx tsc && npx tsc -p test && mkdir -p dist && npx browserify test/FusionAuthClientTest.ts --debug -t envify -p [ tsify --target=es5 -p test ] -t browserify-shim -t uglifyify | npx uglifyjs --source-map base -o dist/fusionauth-typescript-client-test.min.js" ,
25
- "prepare" : " npx tsc"
25
+ "prepare" : " npx tsc && npm run build-browser && npm run build-browser-min "
26
26
},
27
27
"repository" : {
28
28
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments