Comparing version 1.1.2 to 1.2.0
# `addhoc` | ||
## 1.2.0 | ||
- [feat] Add TypeScript typings (thanks @shawnkoon!) | ||
## 1.1.2 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "addhoc", | ||
"version": "1.1.2", | ||
"version": "1.2.0", | ||
"description": "Handy little helper to create proper HOC functions complete with hoisted statics and forwarded refs", | ||
@@ -9,2 +9,3 @@ "main": "./lib/index", | ||
"react-native": "./index", | ||
"types": "./index.d.ts", | ||
"scripts": { | ||
@@ -14,3 +15,5 @@ "build": "babel -d lib index.js", | ||
"lint": "eslint --fix *.js", | ||
"test": "nyc mocha --require setup-env test/*.test.js", | ||
"test:types": "tsc --noEmit ./index.d.ts", | ||
"test:mocha": "nyc mocha --require setup-env test/*.test.js", | ||
"test": "npm run test:mocha && npm run test:types", | ||
"posttest": "npm run lint", | ||
@@ -41,2 +44,3 @@ "report-coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov" | ||
"@babel/register": "^7.4.4", | ||
"@types/react": "^16.8.6", | ||
"assume": "^2.2.0", | ||
@@ -48,6 +52,6 @@ "babel-eslint": "^10.0.2", | ||
"eslint": "^6.0.1", | ||
"eslint-config-godaddy-react": "^5.1.0", | ||
"eslint-config-godaddy-react": "^6.0.0", | ||
"eslint-plugin-json": "^1.4.0", | ||
"eslint-plugin-jsx-a11y": "^6.2.3", | ||
"eslint-plugin-mocha": "^5.3.0", | ||
"eslint-plugin-mocha": "^6.0.0", | ||
"eslint-plugin-react": "^7.14.2", | ||
@@ -60,3 +64,4 @@ "jsdom": "^15.1.1", | ||
"react-dom": "^16.8.6", | ||
"setup-env": "^1.2.2" | ||
"setup-env": "^1.2.2", | ||
"typescript": "^3.5.3" | ||
}, | ||
@@ -63,0 +68,0 @@ "dependencies": { |
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
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
24088
14
179
25