Skip to content
This repository has been archived by the owner on Oct 16, 2018. It is now read-only.

Commit

Permalink
feat(util-roles): added utils-roles package to the monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
slvnperron committed Apr 19, 2018
1 parent 953fa8d commit 25b733c
Show file tree
Hide file tree
Showing 4 changed files with 3,801 additions and 0 deletions.
3 changes: 3 additions & 0 deletions utils/botpress-util-roles/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.cache
node_modules
dist
Empty file.
16 changes: 16 additions & 0 deletions utils/botpress-util-roles/package.json
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"
}
}

0 comments on commit 25b733c

Please sign in to comment.