Skip to content
This repository has been archived by the owner on Jul 23, 2019. It is now read-only.

Commit

Permalink
Merge pull request #9 from spryker/develop
Browse files Browse the repository at this point in the history
npm registry ready
  • Loading branch information
Alessandro Bellini committed Apr 1, 2016
2 parents 423e229 + 870e620 commit 79fc572
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
Empty file added .npmignore
Empty file.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

### 2.0.1
- npm public registry ready

### 2.0.0
- version test added (check Spryker GUI bundle compatibility - temporary disabled)

Expand All @@ -11,6 +14,9 @@
- webpack configuration moved ouside the tool
- new provider implementation

### 1.1.4
- npm public registry ready

### 1.1.3
- new provider implementation

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Frontend automation tool (useful for Spryker projects)

### Setup
```
$ npm install -g github:spryker/antelope
$ npm install -g antelope
```

### How to use it
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "antelope",
"version": "2.0.0",
"version": "2.0.1",
"description": "Spryker frontend automation tool",
"main": "antelope.js",
"preferGlobal": "true",
Expand Down

0 comments on commit 79fc572

Please sign in to comment.