foxxyz / loupedeck

Node.js API for Loupedeck Controllers
MIT License
87 stars 10 forks source link

Add 'constants' to files in package.json #5

Closed adierkens closed 3 years ago

adierkens commented 3 years ago

The constants.js file wasn't include by npm in the published module:

$ C:\Users\adam\dev\loupedeck-live\node_modules\.bin\ts-node .\test.ts
Error: Cannot find module './constants'
Require stack:
- C:\Users\adam\dev\loupedeck-live\node_modules\loupedeck\device.js
- C:\Users\adam\dev\loupedeck-live\node_modules\loupedeck\index.js
foxxyz commented 3 years ago

I feel like I should have caught this sooner 😑

Thank you for the PR!