Skip to content

Commit

Permalink
Only node 4.0 and later is supported
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusbalcytis committed Sep 13, 2016
1 parent f0dce9b commit 5e04244
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,4 +1,4 @@
language: node_js
node_js:
- "node"
- "0.12"
- "4"
57 changes: 30 additions & 27 deletions package.json
@@ -1,29 +1,32 @@
{
"name": "extract-file-loader",
"version": "0.1.0",
"author": "Marius Balčytis",
"description": "Loader and plugin for webpack to add proxied asset as a chunk file",
"dependencies": {
"loader-utils": "~0.2.5"
},
"devDependencies": {
"assets-webpack-plugin": "^3.2.0",
"file-loader": "^0.8.4",
"image-webpack-loader": "^2.0.0",
"mocha": "^3.0.2",
"webpack": "^1.13.2"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/mariusbalcytis/extract-file-loader.git"
},
"bugs": {
"url": "https://github.com/mariusbalcytis/extract-file-loader/issues"
},
"homepage": "https://github.com/mariusbalcytis/extract-file-loader",
"main": "index.js",
"license": "MIT"
"name": "extract-file-loader",
"version": "0.1.0",
"author": "Marius Balčytis",
"description": "Loader and plugin for webpack to add proxied asset as a chunk file",
"dependencies": {
"loader-utils": "~0.2.5"
},
"devDependencies": {
"assets-webpack-plugin": "^3.2.0",
"file-loader": "^0.8.4",
"image-webpack-loader": "^2.0.0",
"mocha": "^3.0.2",
"webpack": "^1.13.2"
},
"engines": {
"node": ">=4"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/mariusbalcytis/extract-file-loader.git"
},
"bugs": {
"url": "https://github.com/mariusbalcytis/extract-file-loader/issues"
},
"homepage": "https://github.com/mariusbalcytis/extract-file-loader",
"main": "index.js",
"license": "MIT"
}

0 comments on commit 5e04244

Please sign in to comment.