node-sword-interface 1.0.65 → 1.0.66

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": "node-sword-interface",
3
- "version": "1.0.65",
3
+ "version": "1.0.66",
4
4
  "description": "Javascript (N-API) interface to SWORD library",
5
5
  "keywords": [
6
6
  "C++",
@@ -1,11 +1,8 @@
1
1
  #!/bin/bash
2
2
  set -e
3
3
 
4
- # Do not use any prefix for the version tag
5
- npm config set tag-version-prefix=""
6
-
7
4
  # Increment the patch version (creates commit and tag)
8
- npm version patch
5
+ npm version patch --tag-version-prefix=""
9
6
 
10
7
  # Push the changes and the tag
11
8
  git push --follow-tags