Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "trolly", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"distTag": "pre", | ||
@@ -65,9 +65,8 @@ "description": "A boilerplate for creating isomorphic libraries using Babel, Webpack, Mocha, Chai, Karma, Isparta, and ESLint", | ||
"babel-preset-es2015": "^6.1.2", | ||
"chai": "^3.4.0", | ||
"coveralls": "^2.11.4", | ||
"eslint": "^1.8.0", | ||
"eslint": "^1.9.0", | ||
"husky": "^0.10.1", | ||
"isparta": "^3.5.3", | ||
"isparta-loader": "^1.0.0", | ||
"karma": "^0.13.14", | ||
"karma": "^0.13.15", | ||
"karma-cli": "^0.1.1", | ||
@@ -74,0 +73,0 @@ "karma-mocha": "^0.2.0", |
@@ -7,3 +7,3 @@ # Isomorphic boilerplate written in ES2015 for Node and the browser. | ||
> A boilerplate for creating isomorphic libraries using Babel, Webpack, Mocha, Chai, Karma, Isparta, and ESLint | ||
> A boilerplate for creating isomorphic libraries using Babel, Webpack, Mocha, Chai, Karma, Isparta, and ESLint without any framework dependencies. | ||
@@ -21,2 +21,10 @@ ## Features | ||
## Note | ||
There are known issues with `Babel v.6.x`, and `Webpack 2.0-Beta`. Latest Webpack release runs stable only on node.js `stable` branch. | ||
However. Trolly uses `Babel v. 6.x` without any issues, but not yet updated to `Webpack 2.0-Beta`. `PhantomJS 2.0` is still not supported. | ||
Older node.js versions gives issues with some newer dependencies, so only `Node >= 4.x` are supported. | ||
## Basic guide | ||
@@ -23,0 +31,0 @@ |
29874
24
99