diff --git a/github-docs.gemspec b/github-docs.gemspec index bd71b97..8ddee95 100644 --- a/github-docs.gemspec +++ b/github-docs.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |s| s.name = 'github-docs' - s.version = '0.0.22' + s.version = '0.0.23' s.authors = ['Ricky Boyce'] s.email = ['example@email.com'] s.homepage = 'https://github.com/boycce/github-docs' diff --git a/package.json b/package.json deleted file mode 100644 index fc600ee..0000000 --- a/package.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "github-docs", - "description": "A Jekyll theme for Github styled documentation", - "version": "0.0.22", - "license": "MIT", - "author": "Ricky Boyce", - "scripts": { - "release": "rm ./*.gem 2>/dev/null && gem build github-docs.gemspec && gem push github-docs-*.gem" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/boycce/github-docs.git" - }, -}