Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #13 from JupiterOne/including-questions-file-in-pa…
Browse files Browse the repository at this point in the history
…ckage

Including questions file in NPM package
  • Loading branch information
adam-in-ict authored Jan 5, 2022
2 parents 5098ac8 + 2802080 commit 3816511
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ and this project adheres to

## [Unreleased]

## [1.1.1] - 2022-01-05

### Fixed

- Properly including questions file in NPM package.

## [1.1.0] - 2022-01-05

### Added
Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "@jupiterone/graph-zoom",
"version": "1.1.0",
"version": "1.1.1",
"description": "JupiterOne integration for ingesting data from Zoom",
"license": "MPL-2.0",
"main": "src/index.js",
"types": "src/index.d.ts",
"files": [
"src"
"src",
"jupiterone"
],
"publishConfig": {
"access": "public"
Expand All @@ -24,7 +25,7 @@
"test": "jest",
"test:env": "LOAD_ENV=1 yarn test",
"test:ci": "yarn lint && yarn type-check && yarn test",
"build": "tsc -p tsconfig.dist.json --declaration && cp README.md dist/README.md",
"build": "tsc -p tsconfig.dist.json --declaration && cp README.md dist/README.md && cp -r jupiterone/ dist/jupiterone/",
"prepush": "yarn lint && yarn type-check && jest --changedSince main"
},
"peerDependencies": {
Expand Down

0 comments on commit 3816511

Please sign in to comment.