Skip to content

Commit

Permalink
Remove traces of spm since that project has been deprecated
Browse files Browse the repository at this point in the history
[spm](https://github.com/spmjs/spm) seems to have been stale for 4 years
and has a deprecation warning in its github repository.
  • Loading branch information
phillipj committed Oct 7, 2019
1 parent b28bf2c commit e52478c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion hooks/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 0 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e52478c

Please sign in to comment.