Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Commit

Permalink
Include declaration files and source maps
Browse files Browse the repository at this point in the history
  • Loading branch information
nickelc authored and svartalf committed Dec 24, 2019
1 parent 103a8bb commit 949cd9e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
"description": "Core functionality for the @actions-rs repos",
"main": "dist/core.js",
"files": [
"dist/**/*.js"
"dist/**/*.js",
"dist/**/*.js.map",
"dist/**/*.d.ts"
],
"scripts": {
"build": "tsc -p .",
Expand Down

0 comments on commit 949cd9e

Please sign in to comment.