react-context-toolbox
Advanced tools
Comparing version 1.2.3 to 2.0.0
@@ -0,1 +1,14 @@ | ||
<a name="2.0.0"></a> | ||
# [2.0.0](https://github.com/4Catalyzer/react-context-toolbox/compare/v1.2.3...v2.0.0) (2018-11-30) | ||
### Features | ||
* add types, change published directory ([#10](https://github.com/4Catalyzer/react-context-toolbox/issues/10)) ([9886e69](https://github.com/4Catalyzer/react-context-toolbox/commit/9886e69)) | ||
### BREAKING CHANGES | ||
* remove lib directory | ||
<a name="1.2.3"></a> | ||
@@ -2,0 +15,0 @@ ## [1.2.3](https://github.com/4Catalyzer/react-context-toolbox/compare/v1.2.2...v1.2.3) (2018-10-30) |
{ | ||
"name": "react-context-toolbox", | ||
"version": "1.2.3", | ||
"main": "lib/index.js", | ||
"modules": "es/index.js", | ||
"jsnext:main": "es/index.js", | ||
"version": "2.0.0", | ||
"main": "index.js", | ||
"module": "lib/es/index.js", | ||
"types": "types/index.d.ts", | ||
"repository": { | ||
@@ -13,14 +13,2 @@ "type": "git", | ||
"license": "MIT", | ||
"scripts": { | ||
"tdd": "jest --watch", | ||
"test": "npm run lint && jest", | ||
"testonly": "jest", | ||
"build:es": "babel src -d es --env-name esm --ignore **/__tests__ --delete-dir-on-start", | ||
"build:lib": "babel src -d lib --ignore **/__tests__ --delete-dir-on-start", | ||
"build": "npm run build:lib && npm run build:es", | ||
"prepublishOnly": "yarn run build", | ||
"lint": "eslint . && prettier --list-different --ignore-path .eslintignore '**/*.{json,css,md}'", | ||
"format": "eslint . --fix && prettier --write --ignore-path .eslintignore '**/*.{json,css,md}'", | ||
"precommit": "lint-staged" | ||
}, | ||
"publishConfig": { | ||
@@ -53,35 +41,2 @@ "access": "public" | ||
}, | ||
"release": { | ||
"extends": [ | ||
"@4c/semantic-release-config" | ||
] | ||
}, | ||
"devDependencies": { | ||
"@4c/babel-preset-4catalyzer": "^1.0.0", | ||
"@4c/semantic-release-config": "^1.0.2", | ||
"@babel/cli": "^7.0.0-beta.39", | ||
"@babel/core": "^7.0.0-beta.39", | ||
"babel-core": "bridge", | ||
"babel-eslint": "^8.2.1", | ||
"babel-jest": "^22.4.3", | ||
"codecov": "^3.0.2", | ||
"enzyme": "^3.7.0", | ||
"enzyme-adapter-react-16": "^1.6.0", | ||
"eslint": "^4.16.0", | ||
"eslint-config-4catalyzer-react": "^0.4.1", | ||
"eslint-config-prettier": "^2.9.0", | ||
"eslint-plugin-import": "^2.8.0", | ||
"eslint-plugin-jest": "^21.7.0", | ||
"eslint-plugin-jsx-a11y": "^6.0.3", | ||
"eslint-plugin-prettier": "^2.5.0", | ||
"eslint-plugin-react": "^7.5.1", | ||
"husky": "^0.14.3", | ||
"jest": "^22.4.3", | ||
"lint-staged": "^7.1.0", | ||
"prettier": "^1.10.2", | ||
"react": "^16.6.0", | ||
"react-dom": "^16.6.0", | ||
"semantic-release": "^15.4.0", | ||
"travis-deploy-once": "^5.0.0" | ||
}, | ||
"peerDependencies": { | ||
@@ -88,0 +43,0 @@ "react": ">=16.3.2" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
0
12555
12
225
1