Skip to content

Commit

Permalink
Merge pull request #12 from 1999/use-webpack
Browse files Browse the repository at this point in the history
Build sklad using webpack & move to ES6
  • Loading branch information
1999 committed Jan 19, 2016
2 parents 725a69b + 868abe9 commit 2288595
Show file tree
Hide file tree
Showing 13 changed files with 1,797 additions and 786 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,7 +1,7 @@
sudo: false
language: node_js
node_js:
- "0.10"
- "stable"
before_install:
- "export CHROME_BIN=chromium-browser"
- "export DISPLAY=:99.0"
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
## 3.0.0

* Sklad is now built with Webpack. Library code is now transpiled from ES2015 into ES5 which leads to some overhead. New release has new major version only for safety reasons: no new changes are introduced, all tests passed :smiley:

## 2.0.0

* new: promises support added
Expand Down
7 changes: 4 additions & 3 deletions bower.json
Expand Up @@ -3,16 +3,17 @@
"version": "1.0.0",
"homepage": "https://github.com/1999/sklad",
"author": "Dmitry Sorin <info@staypositive.ru>",
"main": "sklad.js",
"main": "dist/sklad.min.js",
"ignore": [
"docs/**",
"tests/**"
"tests/**",
"lib/**"
],
"scripts": {
"test": "npm test"
},
"license": "MIT",
"engines": {
"node": ">=0.10"
"node": ">=4"
}
}
27 changes: 27 additions & 0 deletions dist/sklad.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/sklad.min.js.map

Large diffs are not rendered by default.

0 comments on commit 2288595

Please sign in to comment.