瀏覽代碼

Remove traces of spm since that project has been deprecated

[spm](https://github.com/spmjs/spm) seems to have been stale for 4 years
and has a deprecation warning in its github repository.
tags/v3.2.0
Phillip Johnsen 6 年之前
父節點
當前提交
e52478c14b
共有 2 個文件被更改,包括 1 次插入8 次删除
  1. +1
    -1
      hooks/pre-commit
  2. +0
    -7
      package.json

+ 1
- 1
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


+ 0
- 7
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"


Loading…
取消
儲存