This repository has been archived by the owner on Oct 16, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(util-roles): added utils-roles package to the monorepo
- Loading branch information
1 parent
953fa8d
commit 25b733c
Showing
4 changed files
with
3,801 additions
and
0 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
.cache | ||
node_modules | ||
dist |
Empty file.
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"name": "@botpress/util-roles", | ||
"version": "1.0.0", | ||
"description": "Botpress utility package that handles roles checking", | ||
"main": "index.js", | ||
"author": "Botpress, Inc.", | ||
"license": "AGPL-3.0", | ||
"private": false, | ||
"devDependencies": { | ||
"parcel-bundler": "^1.7.1" | ||
}, | ||
"scripts": { | ||
"watch": "parcel watch index.js", | ||
"build": "parcel build index.js" | ||
} | ||
} |
Oops, something went wrong.