Skip to content
This repository has been archived by the owner on Oct 25, 2021. It is now read-only.

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrodriguez committed Jan 8, 2017
1 parent aa1a382 commit b63ef98
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 9 deletions.
14 changes: 11 additions & 3 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
Version 1.0.0 - 2017-01-08
- Add commander dependency
- Create cli interface
- Rename src folder to assets
- Remove files no longer required
- Support css files
- Rewrite instructions
- Publish to npm on CI
- Update package.json upon new release


Version 0.1.0 - 2017-01-06
- Initial commit
- syntax fix for package.json
Expand All @@ -11,6 +22,3 @@ Version 0.1.0 - 2017-01-06
- Update dependencies
- Implement CI automation
- Add missing variable



2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
1.0.0
7 changes: 7 additions & 0 deletions metadata/changes/1.0.0.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
2017-01-08 - 1.0.0
hugulp is now a standalone tool.

This allows for the following improvements
- Easier to work on multiple sites
- Easier to update
- Can be used in CI/CD workflows
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "hugulp",
"version": "0.1.0",
"version": "1.0.0",
"description": "website",
"files": [
"index.js",
"gulpfile.js",
"gulp"
"index.js",
"gulpfile.js",
"gulp"
],
"bin": {
"hugulp": "./index.js"
Expand All @@ -18,7 +18,7 @@
"license": "MIT",
"dependencies": {
"browser-sync": "2.18.5",
"commander": "2.9.0",
"commander": "2.9.0",
"del": "2.2.2",
"gulp": "3.9.1",
"gulp-autoprefixer": "3.1.1",
Expand Down

0 comments on commit b63ef98

Please sign in to comment.