Skip to content

Commit

Permalink
feat: CodeArtifact phase 2 migration (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
dlockhart committed Jun 15, 2022
1 parent 71dcb01 commit 1f3759e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Expand Up @@ -7,7 +7,6 @@ on:
- '[0-9]+.[0-9]+.x'
jobs:
release:
if: "!contains(github.event.head_commit.message, 'skip ci')"
name: Release
timeout-minutes: 2
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
@@ -1 +1 @@
14
16
2 changes: 1 addition & 1 deletion d2l-tspan.js
Expand Up @@ -3,7 +3,7 @@ import './d2l-table-observer-behavior.js';
import './d2l-td.js';
import { Polymer } from '@polymer/polymer/lib/legacy/polymer-fn.js';
import { dom } from '@polymer/polymer/lib/legacy/polymer.dom.js';
import 'd2l-resize-aware/d2l-resize-aware.js';
import '@brightspace-ui/resize-aware/d2l-resize-aware.js';
const $_documentContainer = document.createElement('template');

$_documentContainer.innerHTML = `<dom-module id="d2l-tspan">
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -50,8 +50,8 @@
},
"dependencies": {
"@brightspace-ui/core": "^2",
"@brightspace-ui/resize-aware": "^1",
"@polymer/polymer": "^3",
"d2l-resize-aware": "github:BrightspaceUI/resize-aware#semver:^1",
"fastdom": "^1.0.8"
}
}

0 comments on commit 1f3759e

Please sign in to comment.