Add types field to core-js package.json (#1726)

This commit is contained in:
Ivan Meredith 2018-04-26 12:36:25 +12:00 committed by GitHub
parent 6f979e4df2
commit d5b008d93b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
"version": "0.0.171",
"description": "Shared JavaScript libraries for use with Jenkins Blue Ocean",
"main": "dist/js/index.js",
"types": "dist/js/index.d.ts",
"scripts": {
"start-storybook": "start-storybook --static-dir ./dist/assets/,./node_modules/@jenkins-cd/design-language/dist/assets/",
"storybook": "npm run start-storybook -- -p 9001",