Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"parser": "babylon",
"tabWidth": 2,
"singleQuote": true,
"trailingComma": "all",
"useTabs": true
"tabWidth": 2,
"singleQuote": true,
"trailingComma": "all",
"useTabs": true
}
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [4.0.1] - 2018-11-XX
### Update
- package maintenance

## [4.0.0] - 2018-11-18
### Update
- upgraded all npm packages
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Incompose is a [Inferno.js](https://infernojs.org/) clone of the famous [recompo
[![Code Climate](https://codeclimate.com/github/zanettin/incompose/badges/gpa.svg)](https://codeclimate.com/github/zanettin/incompose)
[![Test Coverage](https://codeclimate.com/github/zanettin/incompose/badges/coverage.svg)](https://codeclimate.com/github/zanettin/incompose/coverage)
[![MIT](https://img.shields.io/npm/l/express.svg)](LICENSE.md)
[![Greenkeeper badge](https://badges.greenkeeper.io/zanettin/incompose.svg)](https://greenkeeper.io/)

## Installation
```
Expand Down
140 changes: 70 additions & 70 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,72 +1,72 @@
{
"name": "incompose",
"version": "4.0.0",
"description": "An inferno utility belt for function components and higher-order components",
"browserslist": "> 0.25%, not dead",
"repository": {
"type": "git",
"url": "git://github.com/zanettin/incompose.git"
},
"main": "dist/index.js",
"keywords": [
"inferno",
"recompose",
"functional",
"component",
"higher",
"order",
"component",
"hoc"
],
"author": {
"name": "Roman Zanettin",
"email": "[email protected]",
"url": "http://github.com/zanettin"
},
"license": "MIT",
"scripts": {
"test": "NODE_ENV=test jest --no-cache",
"build": "NODE_ENV=production babel src --out-dir dist",
"prepublish": "npm run build",
"lint": "eslint src/**",
"cspell": "cspell src/**/*.js tests/**/*.js docs/**/*.md --config ./cSpell.json",
"ci": "npm run test && npm run lint && npm run cspell",
"prettier": "./node_modules/.bin/prettier --write './!(dist|.vscode)/**/*.js'"
},
"dependencies": {
"change-emitter": "^0.1.6",
"symbol-observable": "^1.2.0"
},
"devDependencies": {
"@babel/cli": "^7.1.2",
"@babel/core": "^7.1.2",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^23.6.0",
"babel-plugin-inferno": "^6.0.0",
"babel-plugin-syntax-jsx": "^6.18.0",
"cspell": "^3.1.3",
"eslint": "^5.7.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-inferno": "^7.11.0",
"inferno": "6.0.3",
"inferno-create-class": "6.0.3",
"jest": "^23.6.0",
"jsdom": "^12.2.0",
"prettier": "^1.14.3"
},
"contributors": [
{
"name": "Carsten Lamm",
"email": "[email protected]",
"url": "https://github.com/FQ400"
}
],
"peerDependencies": {
"inferno": "5.0.0",
"inferno-create-class": "5.0.0"
}
"name": "incompose",
"version": "4.0.1-rc1",
"description": "An inferno utility belt for function components and higher-order components",
"browserslist": "> 0.25%, not dead",
"repository": {
"type": "git",
"url": "git://github.com/zanettin/incompose.git"
},
"main": "dist/index.js",
"keywords": [
"inferno",
"recompose",
"functional",
"component",
"higher",
"order",
"component",
"hoc"
],
"author": {
"name": "Roman Zanettin",
"email": "[email protected]",
"url": "http://github.com/zanettin"
},
"license": "MIT",
"scripts": {
"test": "NODE_ENV=test jest --no-cache",
"build": "NODE_ENV=production babel src --out-dir dist",
"prepublish": "npm run build",
"lint": "eslint src/**",
"cspell": "cspell src/**/*.js tests/**/*.js docs/**/*.md --config ./cSpell.json",
"ci": "npm run test && npm run lint && npm run cspell",
"prettier": "./node_modules/.bin/prettier --write './!(dist|.vscode)/**/*.js'"
},
"dependencies": {
"change-emitter": "^0.1.6",
"symbol-observable": "^1.2.0"
},
"devDependencies": {
"@babel/cli": "^7.1.5",
"@babel/core": "^7.1.6",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/preset-env": "^7.1.6",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^23.6.0",
"babel-plugin-inferno": "^6.0.3",
"babel-plugin-syntax-jsx": "^6.18.0",
"cspell": "^3.1.3",
"eslint": "^5.9.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-inferno": "^7.11.0",
"inferno": "6.2.1",
"inferno-create-class": "6.2.1",
"jest": "^23.6.0",
"jsdom": "^13.0.0",
"prettier": "^1.15.2"
},
"contributors": [
{
"name": "Carsten Lamm",
"email": "[email protected]",
"url": "https://github.com/FQ400"
}
],
"peerDependencies": {
"inferno": "5.0.0",
"inferno-create-class": "5.0.0"
}
}
Loading