We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92d2fd7 commit fa27a00Copy full SHA for fa27a00
2 files changed
.gitignore
@@ -4,6 +4,6 @@ TestRnApp_*
4
build
5
coverage
6
dist
7
-mx-sso-api-proxy-rc.yaml
+.mx-sso-proxy-rc.yaml
8
node_modules
9
npm-debug.log
package.json
@@ -23,7 +23,7 @@
23
"example:start": "cd example && npm start",
24
"example:ios": "cd example && npm run ios",
25
"example:android": "cd example && npm run android",
26
- "example:server": "mx-sso-api-proxy run",
+ "example:server": "mx-sso-proxy run",
27
"format": "npm run prettier -- -w",
28
"lint": "eslint src test",
29
"prepack": "npm run build",
0 commit comments