Skip to content

Commit

Permalink
@stedit/num-text
Browse files Browse the repository at this point in the history
Num-Text is now available to use from npm! This is a huge step towards making everything set up better. This already has both helped the development process for making STE and Num-Text. Now I don't have to rely on GitHub Pages as my 'package manager' in a way, haha. All of the version updates are now documented like they probably should have been to start with. Now I know better :)

Cheers! To a new era!
  • Loading branch information
Offroaders123 committed Mar 30, 2023
1 parent 21aa007 commit 1dfa2a2
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@
<link rel="apple-touch-startup-image" media="(device-width: 1024px) and (device-height: 1366px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)" href="./resources/startup-ipadpro2-portrait.png">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Cousine&family=Rubik&display=swap">
<link rel="preload" as="fetch" crossorigin href="https://offroaders123.github.io/Num-Text-Component/vanilla-layout.css">
<link rel="preload" as="fetch" crossorigin href="https://offroaders123.github.io/Num-Text-Component/vanilla-appearance.css">
<link rel="preload" as="fetch" crossorigin href="https://offroaders123.github.io/Num-Text-Component/vanilla-highlighting.css">
<script src="https://offroaders123.github.io/Num-Text-Component/script.js"></script>
<link rel="preload" as="fetch" crossorigin href="https://cdn.jsdelivr.net/npm/@stedit/num-text/styles/vanilla-layout.css">
<link rel="preload" as="fetch" crossorigin href="https://cdn.jsdelivr.net/npm/@stedit/num-text/styles/vanilla-appearance.css">
<link rel="preload" as="fetch" crossorigin href="https://cdn.jsdelivr.net/npm/@stedit/num-text/styles/vanilla-highlighting.css">
<script src="https://cdn.jsdelivr.net/npm/@stedit/num-text/dist/index.js"></script>
<script src="https://offroaders123.github.io/Menu-Drop-Component/script.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.23.0/prism.min.js" data-manual></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.23.0/components/prism-json.min.js"></script>
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
"build": "npx tsc"
},
"dependencies": {
"@stedit/num-text": "^1.0.0",
"nbtify": "^1.20.1"
},
"devDependencies": {
"@types/prismjs": "^1.26.0",
"better-typescript": "^0.0.7",
"menu-drop": "github:Offroaders123/Menu-Drop-Component#legacy-types",
"new-javascript": "^0.2.4",
"num-text": "github:Offroaders123/Num-Text-Component#legacy-types"
"new-javascript": "^0.2.4"
}
}
2 changes: 1 addition & 1 deletion service-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/// <reference types="better-typescript/worker"/>

const STE = {
version: "Smart Text Editor v4.8.0",
version: "Smart Text Editor v4.9.0",
cache: true,
environment: {
get macOSDevice() {
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"types": [
"menu-drop",
"new-javascript",
"num-text"
"@stedit/num-text"
],
"skipLibCheck": true,
"strict": true
Expand Down

0 comments on commit 1dfa2a2

Please sign in to comment.