Skip to content

Commit

Permalink
drop node@4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
sullenor committed Oct 30, 2018
1 parent 228271a commit 21495be
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 21 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
language: node_js
node_js:
- "4"
- "6"
- "node"
27 changes: 7 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
{
"name": "icss-utils",
"version": "3.0.1",
"version": "4.0.0",
"description": "ICSS utils for postcss ast",
"main": "lib/index.js",
"main": "src/index.js",
"engines": {
"node": ">= 6"
},
"files": [
"lib"
"src"
],
"scripts": {
"build": "babel --out-dir lib src",
"test": "jest --coverage",
"precommit": "lint-staged",
"prepublish": "yarn test && yarn run build"
"prepublish": "yarn test"
},
"lint-staged": {
"*.js": [
Expand All @@ -28,18 +30,6 @@
},
"extends": "eslint:recommended"
},
"babel": {
"presets": [
[
"env",
{
"targets": {
"node": 4
}
}
]
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/css-modules/icss-utils.git"
Expand All @@ -60,9 +50,6 @@
"postcss": "^7.0.5"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-jest": "^20.0.3",
"babel-preset-env": "^1.5.2",
"eslint": "^4.0.0",
"husky": "^0.13.4",
"jest": "^20.0.4",
Expand Down

0 comments on commit 21495be

Please sign in to comment.