Skip to content

Commit 8f8def7

Browse files
author
thoughtsunificator
committed
scope
1 parent 0156726 commit 8f8def7

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ If you wish to convert BBCode to HTML or HTML to BBCode see [bbcode-parser-templ
88

99
### Installing
1010

11-
- ``npm install bbcode-parser``
11+
- ``npm install @thoughtsunificator/bbcode-parser``
1212

1313
### Usage
1414

1515
````javascript
16-
import { Parser } from 'bbcode-parser'
16+
import { Parser } from '@thoughtsunificator/bbcode-parser'
1717

1818
const bbDocument = Parser.parse("[b]Hey, thanks![/b]") // return a BBDocument instance
1919

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "bbcode-parser",
2+
"name": "@thoughtsunificator/bbcode-parser",
33
"version": "1.0.1",
44
"scripts": {
55
"test": "nodeunit-esm -r",
@@ -9,7 +9,7 @@
99
"docdash": "^1.2.0",
1010
"eslint": "^7.0.0",
1111
"jsdoc": "^3.6.6",
12-
"nodeunit-esm": "^1.0.1"
12+
"nodeunit-esm": "^1.0.2"
1313
},
1414
"description": "Tiny BBCode JavaScript implementation",
1515
"repository": {

0 commit comments

Comments
 (0)