Skip to content

Commit

Permalink
prepare for publish
Browse files Browse the repository at this point in the history
tvalletta committed Jan 16, 2018
1 parent 5255fa5 commit 1bedd03
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
{
"name": "nats-streaming-console",
"version": "0.1.1",
"author": "kuali",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/KualiCo/nats-streaming-console.git"
},
"bugs": {
"url": "https://github.com/kualico/nats-streaming-console/issues"
},
"scripts": {
"build-css": "node-sass-chokidar --include-path ./node_modules src/ -o src/",
"watch-css": "npm run build-css -- --watch --recursive",
@@ -20,7 +29,7 @@
"express": "4.16.2",
"http-proxy-middleware": "0.17.4",
"lodash": "4.17.4",
"nats-nerve": "1.0.2",
"nats-nerve": "1.0.3",
"node-sass-chokidar": "0.0.3",
"npm-run-all": "4.1.2",
"prop-types": "15.6.0",

0 comments on commit 1bedd03

Please sign in to comment.