Skip to content

Commit

Permalink
- Added typings to package
Browse files Browse the repository at this point in the history
  • Loading branch information
v-jaebe committed Nov 14, 2018
1 parent 670ea7f commit e477c40
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/index.json
Expand Up @@ -1133,7 +1133,7 @@
},
{
"kind": "packageJSON",
"content": "{\n \"name\": \"react-hook-utils\",\n \"version\": \"1.0.4\",\n \"description\": \"Utilities for working with react-hooks.\",\n \"author\": \"Jacob Ebey <jacob.ebey@live.com>\",\n \"license\": \"MIT\",\n \"repository\": \"https://github.com/jacob-ebey/react-hook-utils.git\",\n \"main\": \"dist/index.js\",\n \"module\": \"dist/index.es.js\",\n \"jsnext:main\": \"dist/index.es.js\",\n \"typings\": \"react-hooks-utils.d.ts\",\n \"engines\": {\n \"node\": \">=8\",\n \"npm\": \">=5\"\n },\n \"scripts\": {\n \"test\": \"cross-env CI=1 react-scripts test --coverage --env=jsdom\",\n \"coveralls\": \"cat ./coverage/lcov.info | coveralls\",\n \"test:watch\": \"react-scripts test --env=jsdom\",\n \"build\": \"rollup -c && esdoc\",\n \"start\": \"rollup -c -w\",\n \"prepare\": \"npm run build\",\n \"predeploy\": \"cd example && npm install && npm run build\",\n \"deploy\": \"gh-pages -d example/build\"\n },\n \"peerDependencies\": {\n \"react\": \"^16.7.0-alpha.0\",\n \"react-dom\": \"^16.7.0-alpha.0\",\n \"scheduler\": \"^0.11.0-alpha.0\"\n },\n \"devDependencies\": {\n \"@svgr/rollup\": \"^2.4.1\",\n \"babel-core\": \"^6.26.3\",\n \"babel-eslint\": \"^8.2.5\",\n \"babel-plugin-external-helpers\": \"^6.22.0\",\n \"babel-preset-env\": \"^1.7.0\",\n \"babel-preset-react\": \"^6.24.1\",\n \"babel-preset-stage-0\": \"^6.24.1\",\n \"coveralls\": \"^3.0.2\",\n \"cross-env\": \"^5.1.4\",\n \"esdoc\": \"^1.1.0\",\n \"esdoc-standard-plugin\": \"^1.0.0\",\n \"eslint\": \"^5.0.1\",\n \"eslint-config-standard\": \"^11.0.0\",\n \"eslint-config-standard-react\": \"^6.0.0\",\n \"eslint-plugin-import\": \"^2.13.0\",\n \"eslint-plugin-node\": \"^7.0.1\",\n \"eslint-plugin-promise\": \"^4.0.0\",\n \"eslint-plugin-react\": \"^7.10.0\",\n \"eslint-plugin-standard\": \"^3.1.0\",\n \"gh-pages\": \"^1.2.0\",\n \"react\": \"16.7.0-alpha.0\",\n \"react-dom\": \"16.7.0-alpha.0\",\n \"react-scripts\": \"^1.1.4\",\n \"react-testing-library\": \"^5.2.3\",\n \"rollup\": \"^0.64.1\",\n \"rollup-plugin-babel\": \"^3.0.7\",\n \"rollup-plugin-commonjs\": \"^9.1.3\",\n \"rollup-plugin-node-resolve\": \"^3.3.0\",\n \"rollup-plugin-peer-deps-external\": \"^2.2.0\",\n \"rollup-plugin-postcss\": \"^1.6.2\",\n \"rollup-plugin-url\": \"^1.4.0\",\n \"scheduler\": \"0.11.0-alpha.0\"\n },\n \"files\": [\n \"dist\",\n \"README.md\"\n ]\n}\n",
"content": "{\n \"name\": \"react-hook-utils\",\n \"version\": \"1.0.5\",\n \"description\": \"Utilities for working with react-hooks.\",\n \"author\": \"Jacob Ebey <jacob.ebey@live.com>\",\n \"license\": \"MIT\",\n \"repository\": \"https://github.com/jacob-ebey/react-hook-utils.git\",\n \"main\": \"dist/index.js\",\n \"module\": \"dist/index.es.js\",\n \"jsnext:main\": \"dist/index.es.js\",\n \"typings\": \"react-hooks-utils.d.ts\",\n \"engines\": {\n \"node\": \">=8\",\n \"npm\": \">=5\"\n },\n \"scripts\": {\n \"test\": \"cross-env CI=1 react-scripts test --coverage --env=jsdom\",\n \"coveralls\": \"cat ./coverage/lcov.info | coveralls\",\n \"test:watch\": \"react-scripts test --env=jsdom\",\n \"build\": \"rollup -c && esdoc\",\n \"start\": \"rollup -c -w\",\n \"prepare\": \"npm run build\",\n \"predeploy\": \"cd example && npm install && npm run build\",\n \"deploy\": \"gh-pages -d example/build\"\n },\n \"peerDependencies\": {\n \"react\": \"^16.7.0-alpha.0\",\n \"react-dom\": \"^16.7.0-alpha.0\",\n \"scheduler\": \"^0.11.0-alpha.0\"\n },\n \"devDependencies\": {\n \"@svgr/rollup\": \"^2.4.1\",\n \"babel-core\": \"^6.26.3\",\n \"babel-eslint\": \"^8.2.5\",\n \"babel-plugin-external-helpers\": \"^6.22.0\",\n \"babel-preset-env\": \"^1.7.0\",\n \"babel-preset-react\": \"^6.24.1\",\n \"babel-preset-stage-0\": \"^6.24.1\",\n \"coveralls\": \"^3.0.2\",\n \"cross-env\": \"^5.1.4\",\n \"esdoc\": \"^1.1.0\",\n \"esdoc-standard-plugin\": \"^1.0.0\",\n \"eslint\": \"^5.0.1\",\n \"eslint-config-standard\": \"^11.0.0\",\n \"eslint-config-standard-react\": \"^6.0.0\",\n \"eslint-plugin-import\": \"^2.13.0\",\n \"eslint-plugin-node\": \"^7.0.1\",\n \"eslint-plugin-promise\": \"^4.0.0\",\n \"eslint-plugin-react\": \"^7.10.0\",\n \"eslint-plugin-standard\": \"^3.1.0\",\n \"gh-pages\": \"^1.2.0\",\n \"react\": \"16.7.0-alpha.0\",\n \"react-dom\": \"16.7.0-alpha.0\",\n \"react-scripts\": \"^1.1.4\",\n \"react-testing-library\": \"^5.2.3\",\n \"rollup\": \"^0.64.1\",\n \"rollup-plugin-babel\": \"^3.0.7\",\n \"rollup-plugin-commonjs\": \"^9.1.3\",\n \"rollup-plugin-node-resolve\": \"^3.3.0\",\n \"rollup-plugin-peer-deps-external\": \"^2.2.0\",\n \"rollup-plugin-postcss\": \"^1.6.2\",\n \"rollup-plugin-url\": \"^1.4.0\",\n \"scheduler\": \"0.11.0-alpha.0\"\n },\n \"files\": [\n \"dist\",\n \"react-hook-utils.d.ts\",\n \"README.md\"\n ]\n}\n",
"longname": "C:\\Source\\react-hook-utils\\package.json",
"name": "package.json",
"static": true,
Expand Down
4 changes: 2 additions & 2 deletions docs/source.html
Expand Up @@ -59,15 +59,15 @@
<td class="coverage"><span data-ice="coverage">42 %</span><span data-ice="coverageCount" class="coverage-count">3/7</span></td>
<td style="display: none;" data-ice="size">6697 byte</td>
<td style="display: none;" data-ice="lines">255</td>
<td style="display: none;" data-ice="updated">2018-11-04 02:41:47 (UTC)</td>
<td style="display: none;" data-ice="updated">2018-11-04 02:45:57 (UTC)</td>
</tr>
<tr data-ice="file">
<td data-ice="filePath"><span><a href="file/dist/index.js.html#errorLines=22,36,5,7,74">dist/index.js</a></span></td>
<td data-ice="identifier" class="identifiers">-</td>
<td class="coverage"><span data-ice="coverage">37 %</span><span data-ice="coverageCount" class="coverage-count">3/8</span></td>
<td style="display: none;" data-ice="size">6850 byte</td>
<td style="display: none;" data-ice="lines">261</td>
<td style="display: none;" data-ice="updated">2018-11-04 02:41:47 (UTC)</td>
<td style="display: none;" data-ice="updated">2018-11-04 02:45:57 (UTC)</td>
</tr>
</tbody>
</table>
Expand Down
3 changes: 2 additions & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "react-hook-utils",
"version": "1.0.4",
"version": "1.0.5",
"description": "Utilities for working with react-hooks.",
"author": "Jacob Ebey <jacob.ebey@live.com>",
"license": "MIT",
Expand Down Expand Up @@ -64,6 +64,7 @@
},
"files": [
"dist",
"react-hook-utils.d.ts",
"README.md"
]
}

0 comments on commit e477c40

Please sign in to comment.