@jbrowse/core 1.5.7 → 1.5.8

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.
Files changed (1) hide show
  1. package/package.json +3 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jbrowse/core",
3
- "version": "1.5.7",
3
+ "version": "1.5.8",
4
4
  "description": "JBrowse 2 core libraries used by plugins",
5
5
  "keywords": [
6
6
  "jbrowse",
@@ -26,8 +26,7 @@
26
26
  "clean": "rimraf dist",
27
27
  "prebuild": "yarn clean",
28
28
  "prepack": "yarn build",
29
- "build": "NODE_ENV=production babel . --root-mode upward --out-dir dist --extensions '.ts,.js,.tsx,.jsx' && cp package.json README.md ../../LICENSE dist/ && tsc",
30
- "postpublish": "git push origin main --follow-tags"
29
+ "build": "NODE_ENV=production babel . --root-mode upward --out-dir dist --extensions '.ts,.js,.tsx,.jsx' && cp package.json README.md ../../LICENSE dist/ && tsc"
31
30
  },
32
31
  "dependencies": {
33
32
  "@babel/runtime": "^7.16.3",
@@ -78,5 +77,5 @@
78
77
  "access": "public",
79
78
  "directory": "dist"
80
79
  },
81
- "gitHead": "b9b69276a6760ca01c7c7d905e2172b4adf9df8d"
80
+ "gitHead": "f16afc382629a4a830f9040410a9ff1a3a328918"
82
81
  }