Skip to content

Commit

Permalink
feat: added playground to force release v1
Browse files Browse the repository at this point in the history
  • Loading branch information
khawarizmus committed Nov 18, 2023
1 parent feb5cf0 commit bf3782c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"lint": "eslint .",
"prepublishOnly": "nr build",
"release": "bumpp && npm publish",
"start": "esno src/index.ts",
"start": "esno playground/index.ts",
"test": "vitest",
"typecheck": "tsc --noEmit",
"prepare": "simple-git-hooks"
Expand Down
5 changes: 5 additions & 0 deletions playground/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
// ignore no-console on this file
/* eslint-disable no-console */
import { parse } from '../src'

console.log(parse('ldap://host.com:6666/o=3DDC%20Associates,c=3DUS??(cn=3DJohn%20Smith)'))

0 comments on commit bf3782c

Please sign in to comment.