Skip to content

Commit 1fbd764

Browse files
committed
Renamed package
1 parent 60f0134 commit 1fbd764

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![NPM](https://nodeico.herokuapp.com/@queue-it/queue-token.svg)](https://www.npmjs.com/package/@queue-it/queue-token)
1+
22

33
# Queue-it Queue Token SDK for JavaScript
44
The Queue-it Queue Token SDK is used to ensure that end users cannot enter the queue without a valid token and to be a container which can car-ry sensitive user information from integrating system into the queue. The token can be issued by any application that supports JAVA 1.6+.

package-lock.json

Lines changed: 1 addition & 1 deletion
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": "@queue-it/queue-token",
2+
"name": "@queue-it/enqueue-token",
33
"version": "1.0.0",
44
"description": "Ensures that end users cannot enter the queue without a valid token and to be a container which can carry sensitive user information from integrating system into the queue",
55
"repository": "https://github.com/queueit/QueueToken.V1.JavaScript",
@@ -10,7 +10,7 @@
1010
"build": "tsc && npm run browserify",
1111
"browserify": "browserify . -s QueueToken -o dist/browserified.js",
1212
"test": "mocha -r ts-node/register 'tests/**/*.ts'",
13-
"prepare": "husky install .husky; npm run build"
13+
"prepare": "husky install .husky & npm run build"
1414
},
1515
"keywords": [],
1616
"author": "",

0 commit comments

Comments
 (0)