Skip to content

Commit

Permalink
Merge pull request #57 from PagerDuty/v2.1.0
Browse files Browse the repository at this point in the history
Package and build version 2.1.0
  • Loading branch information
Brett Willemsen authored Dec 14, 2020
2 parents ffd0684 + 0ce3fdb commit 7556a4c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Binary file removed .DS_Store
Binary file not shown.
4 changes: 2 additions & 2 deletions examples/browser.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<html>
<head>
<!-- pdjs-legacy for legacy browser support such as IE11. -->
<!-- <script src="https:/PagerDuty/pdjs/releases/download/2.0-alpha/pdjs-legacy.js"></script> -->
<!-- <script src="https:/PagerDuty/pdjs/releases/download/2.0-alpha/pdjs.js"></script> -->
<!-- <script src="https:/PagerDuty/pdjs/releases/download/2.1.0/pdjs-legacy.js"></script> -->
<!-- <script src="https:/PagerDuty/pdjs/releases/download/2.1.0/pdjs.js"></script> -->
<script src="../dist/pdjs.js"></script>
<script>
// This token is a test read-only token.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pagerduty/pdjs",
"version": "2.0.2",
"version": "2.1.0",
"description": "A new simple JavaScript wrapper for the PagerDuty API",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
Expand Down

0 comments on commit 7556a4c

Please sign in to comment.