-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
1,674 additions
and
1,570 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
// @ts-check | ||
const packageJson = require("./package.json"); | ||
|
||
const getPackageName = () => { | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@thednp/shorty", | ||
"version": "2.0.0-alpha22", | ||
"version": "2.0.0", | ||
"description": "TypeScript shorties for the web", | ||
"source": "./src/index.ts", | ||
"main": "./dist/shorty.js", | ||
|
@@ -47,23 +47,24 @@ | |
"homepage": "https://github.com/thednp/shorty", | ||
"devDependencies": { | ||
"@bahmutov/cypress-esbuild-preprocessor": "^2.2.0", | ||
"@cypress/code-coverage": "^3.12.0", | ||
"@types/istanbul-lib-instrument": "^1.7.4", | ||
"@cypress/code-coverage": "^3.12.12", | ||
"@types/istanbul-lib-instrument": "^1.7.7", | ||
"@types/node": "^20.10.0", | ||
"@typescript-eslint/eslint-plugin": "^5.62.0", | ||
"@typescript-eslint/parser": "^5.62.0", | ||
"cypress": "^13.1.0", | ||
"dts-bundle-generator": "^8.0.1", | ||
"eslint": "^8.49.0", | ||
"eslint-plugin-jsdoc": "^46.5.1", | ||
"cypress": "^13.6.0", | ||
"dts-bundle-generator": "^8.1.2", | ||
"eslint": "^8.54.0", | ||
"eslint-plugin-jsdoc": "^46.9.0", | ||
"eslint-plugin-prefer-arrow": "^1.2.3", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"istanbul-lib-coverage": "^3.2.0", | ||
"istanbul-lib-coverage": "^3.2.2", | ||
"istanbul-lib-instrument": "^5.2.1", | ||
"nyc": "^15.1.0", | ||
"prettier": "^2.8.8", | ||
"rimraf": "^5.0.1", | ||
"typescript": "^5.2.2", | ||
"vite": "^4.4.9" | ||
"rimraf": "^5.0.5", | ||
"typescript": "^5.3.2", | ||
"vite": "^4.5.0" | ||
}, | ||
"packageManager": "[email protected]", | ||
"engines": { | ||
|
Oops, something went wrong.