Просмотр исходного кода

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 лет назад
Родитель
Сommit
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"


Загрузка…
Отмена
Сохранить