@globus/sdk 4.0.0-rc.2 → 4.0.0-rc.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@globus/sdk",
3
- "version": "4.0.0-rc.2",
3
+ "version": "4.0.0-rc.3",
4
4
  "description": "The Globus SDK for JavaScript",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -82,8 +82,8 @@
82
82
  "build": "tsc --project tsconfig.package.json && node scripts/build.js",
83
83
  "watch": "tsc --watch tsconfig.package.json",
84
84
  "generate:docs": "npx typedoc --tsconfig tsconfig.package.json",
85
- "publish-to-npm": "npm run build && cp README.md dist && cp LICENSE dist && cd dist && npm publish --access public",
86
- "publish-to-npm:next": "npm run build && cp README.md dist && cp LICENSE dist && cd dist && npm publish --access public --tag next"
85
+ "publish-to-npm": "npm run build && npm publish --access public",
86
+ "publish-to-npm:next": "npm run build && npm publish --access public --tag next"
87
87
  },
88
88
  "homepage": "https://github.com/globus/globus-sdk-javascript#readme",
89
89
  "bugs": {