https://github.com/ofhouse/definitelytyped-49749
https://github.com/ofhouse/definitelytyped-49749
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ofhouse/definitelytyped-49749
- Owner: ofhouse
- Created: 2020-11-26T18:05:33.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-26T18:21:57.000Z (over 4 years ago)
- Last Synced: 2025-02-28T05:21:00.586Z (2 months ago)
- Language: TypeScript
- Size: 943 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DefinitelyTyped-49749
Reproduction of issue [#49749](https://github.com/DefinitelyTyped/DefinitelyTyped/pull/49749).
## Usage
```sh
docker-compose up -d
yarn
yarn start
```Structure in `node_modules/` should be:
```
node_modules/
├── @types/
| ├── tapable/
| └── webpack/
| └── node_modules/
| └── tapable/
└── tapable/
```### Publish an update
1. Increase the `version` in `types/webpack/package.json`
2. Run `npm publish` in `types/webpack`