codeplay-common 1.5.6 → 1.5.7

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 +4 -4
package/package.json CHANGED
@@ -1,11 +1,10 @@
1
1
  {
2
2
  "name": "codeplay-common",
3
- "version": "1.5.6",
3
+ "version": "1.5.7",
4
4
  "description": "Common build scripts and files",
5
5
  "scripts": {
6
6
  "postinstall": "node scripts/sync-files.js",
7
- "preinstall": "node scripts/uninstall.js",
8
- "postpublish": "git add . && git commit -m \"chore: publish v$npm_package_version\" && git push && git push --tags"
7
+ "preinstall": "node scripts/uninstall.js"
9
8
  },
10
9
  "repository": {
11
10
  "type": "git",
@@ -13,4 +12,5 @@
13
12
  },
14
13
  "author": "Codeplay Technologies",
15
14
  "license": "MIT"
16
- }
15
+ }
16
+