Skip to content
This repository has been archived by the owner on Jun 14, 2020. It is now read-only.

Commit

Permalink
Updated to 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dsebastien committed Oct 10, 2015
1 parent 45a6f50 commit 76e25c0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
* 0.0.5
* First functional version ;-)
* 0.0.4
* Fixed an issue with Gulp and Babel
* 0.0.3
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ First configure the required dependencies in your package.json file:
* ensure that you also have gulp in your devDependencies section
* (optional) also add babel/babel-core

Next, create or edit your gulpfile.babel.js file (or gulpfile.js if you're still using ES5). To leverage the Modern Web Dev Build, you only need the following:
Next, create or edit your gulpfile.babel.js file (or gulpfile.js if you're still using ES5). To leverage the Modern Web Dev Build, you only need the following:

```
"use strict";
Expand Down Expand Up @@ -148,6 +148,7 @@ The project includes multiple configuration files. Here's some information about
* edit the version in package.json
* respect semver
* update CHANGELOG.MD
* commit
* git tag <version>
* git push --tags
* draft the release on GitHub (add description, etc)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "modern-web-dev-build",
"description": "Modern Web Development Build.",
"version": "0.0.4",
"version": "0.0.5",
"author": {
"name": "Sebastien Dubois",
"email": "[email protected]",
Expand Down

0 comments on commit 76e25c0

Please sign in to comment.