Skip to content

Commit

Permalink
Merge pull request #6 from edx/matthugs/node-polish
Browse files Browse the repository at this point in the history
minimize what gets published to npm
  • Loading branch information
matthugs authored Dec 20, 2018
2 parents c9e4814 + fd5743f commit af4e06a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@edx/mockprock",
"version": "1.0.1",
"version": "1.0.2",
"description": "Mock proctoring backend for Open edX",
"main": "static/index.js",
"scripts": {
Expand All @@ -10,6 +10,9 @@
"type": "git",
"url": "git+https://github.com/edx/mockprock.git"
},
"files": [
"/static"
],
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit af4e06a

Please sign in to comment.