Skip to content

Commit

Permalink
uses pinboard 2.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ajrothwell committed Jan 21, 2025
1 parent ce51daf commit 14a89f8
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
8 changes: 4 additions & 4 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
Expand Up @@ -20,7 +20,7 @@
"@fortawesome/pro-regular-svg-icons": "^6.7.2",
"@fortawesome/pro-solid-svg-icons": "^6.7.2",
"@phila/phila-ui-core": "^1.0.18",
"@phila/pinboard": "2.1.9",
"@phila/pinboard": "2.1.10",
"unplugin-auto-import": "^0.18.3",
"unplugin-vue-router": "^0.10.8"
},
Expand Down
3 changes: 0 additions & 3 deletions src/components/ExpandCollapseContent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ const parseTagsList = (list) => {

<template>
<div class='main-ec-content'>
<print-share-section
:item="item"
/>

<div class="columns top-section">
<div class="column is-6">
Expand Down
6 changes: 4 additions & 2 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@ import { faMinus as farMinus } from '@fortawesome/pro-regular-svg-icons/faMinus'

library.add(farAngleDown, farAngleUp, farTimes, farPlus, farMinus);

// import pinboard
// use these if running off unlinked package
import pinboard from '@phila/pinboard';
// import pinboard from '../node_modules/@phila/pinboard/src/main.js';
import '../node_modules/@phila/pinboard/dist/style.css';
// OR
// use this if running off linked package
// import pinboard from '../node_modules/@phila/pinboard/src/main.js';

// data-sources
import obme from './data-sources/obme';
Expand Down

0 comments on commit 14a89f8

Please sign in to comment.