Skip to content

Commit

Permalink
Fixed dependency issue with TypeScript enums
Browse files Browse the repository at this point in the history
  • Loading branch information
nebrius committed Jan 15, 2019
1 parent b6dac84 commit f10b990
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 7.1.1 (2019-1-15)

- Fixed a dependency issue where "core-io-types" is not found

## 7.1.0 (2019-1-10)

- Reworked the exported pin info to use the Core IO Types pin info interfaces
Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "raspi-board",
"version": "7.1.0",
"version": "7.1.1",
"description": "Pin mapping functionality for the Raspberry Pi in Node.js",
"main": "./dist/index.js",
"types": "./declarations/index.d.ts",
Expand All @@ -10,9 +10,11 @@
"test": "cross-env RASPI_IO_TEST_MODE=true istanbul cover ./node_modules/jasmine/bin/jasmine.js --captureExceptions && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
"test-local": "cross-env RASPI_IO_TEST_MODE=true jasmine"
},
"dependencies": {
"core-io-types": "^2.1.0"
},
"devDependencies": {
"@types/node": "^10.12.11",
"core-io-types": "^2.1.0",
"coveralls": "^3.0.2",
"cross-env": "^5.2.0",
"istanbul": "^0.4.5",
Expand Down

0 comments on commit f10b990

Please sign in to comment.