Comparing version 0.1.1 to 0.1.2-a
{ | ||
"name": "trolly", | ||
"version": "0.1.1", | ||
"version": "0.1.2a", | ||
"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", | ||
@@ -80,3 +79,3 @@ "karma-mocha": "^0.2.0", | ||
"mocha": "^2.3.3", | ||
"npm-check-updates": "^2.2.0", | ||
"npm-check-updates": "^2.3.4", | ||
"phantomjs": "^1.9.18", | ||
@@ -87,2 +86,7 @@ "phantomjs-polyfill": "0.0.1", | ||
}, | ||
"babel": { | ||
"ignore": [ | ||
"packages/babel-cli/src/babel-plugin/templates" | ||
] | ||
}, | ||
"devEngines": { | ||
@@ -100,4 +104,5 @@ "node": "4.x || 5.x", | ||
"dependencies": { | ||
"rimraf": "^2.4.3" | ||
"rimraf": "^2.4.3", | ||
"semver": "^5.0.3" | ||
} | ||
} |
@@ -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. | ||
@@ -20,2 +20,3 @@ ## Features | ||
* Node >= 4.x | ||
*`iojs >= 3.x` | ||
@@ -79,2 +80,10 @@ ## Basic guide | ||
## Known package issues | ||
There are 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` and `iojs >= 3.x` are supported. | ||
## FAQ | ||
@@ -81,0 +90,0 @@ |
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
30040
24
0
100
2
1
+ Addedsemver@^5.0.3
+ Addedsemver@5.7.2(transitive)