Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
Also add Alon Bukai as a contributor.
  • Loading branch information
AndrewJo committed Apr 19, 2018
1 parent 16f4add commit d51c09d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
{
"name": "ember-cli-deploy-ghpages",
"version": "0.2.0",
"version": "1.0.0",
"description": "An ember-cli-deploy plugin to upload to GitHub Pages.",
"keywords": [
"ember-addon",
"ember-cli-deploy-plugin"
],
"license": "BSD-2-Clause",
"author": "Andrew Jo <[email protected]> (https://github.com/AndrewJo)",
"contributors": [
"Alon Bukai <[email protected]> (http://www.alonbukai.com/)"
],
"directories": {
"doc": "doc",
"test": "tests"
Expand Down

1 comment on commit d51c09d

@Alonski
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@AndrewJo Awesome! Thanks for adding me as a contributor! That is really cool.
I noticed that this hasn't been released yet on NPM. Just a heads up 😄

Please sign in to comment.