diff --git a/hooks/pre-commit b/hooks/pre-commit index 3e4e603..07fedb7 100755 --- a/hooks/pre-commit +++ b/hooks/pre-commit @@ -47,7 +47,7 @@ class Bumper # notify codemonkey puts "staged bumped files and created commit" puts_c 32, "successfully bumped version to #{@target_v}!" - puts_c 33, "don't forget to `npm publish` and `spm publish`!" + puts_c 33, "don't forget to `npm publish`!" end exit 0 diff --git a/package.json b/package.json index 9b3e894..c78eabd 100644 --- a/package.json +++ b/package.json @@ -48,13 +48,6 @@ "zuul": "^3.11.0", "zuul-ngrok": "nolanlawson/zuul-ngrok#patch-1" }, - "spm": { - "main": "mustache.js", - "ignore": [ - "test", - "wrappers" - ] - }, "greenkeeper": { "ignore": [ "eslint"