Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
soda-x committed Dec 8, 2015
1 parent a86f3fc commit 7e795dc
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
@@ -1,8 +1,7 @@
language: node_js

node_js:
- "0.11"
- "0.12"
- "4.0.0"
- "iojs"

after_success: make coveralls
5 changes: 5 additions & 0 deletions HISTORY.md
Expand Up @@ -2,6 +2,11 @@

---

## 1.0.0

- feat: change spmjsio to npm


## 0.8.2

- fix: bugfix of custom loader
Expand Down
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -9,6 +9,10 @@ SPM project bundler based on webpack.

---

# Notice

From spm-webpack@1.0.0 spm-webpack does not support spmjsio or any custom source any more !

## Install

```bash
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "spm-webpack",
"version": "0.8.2",
"version": "1.0.0",
"description": "SPM project bundler based on webpack.",
"dependencies": {
"atpl-loader": "~0.1.0",
Expand Down

0 comments on commit 7e795dc

Please sign in to comment.