Skip to content

Commit

Permalink
fix: make package.json public.
Browse files Browse the repository at this point in the history
  • Loading branch information
gegana committed May 23, 2017
1 parent 532dab2 commit 2cada07
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "mockapi",
"version": "1.1.0",
"private": true,
"author": "Dylan Sumiskum",
"private": false,
"scripts": {
"start": "./node_modules/.bin/gulp run",
"release": "standard-version"
Expand Down

0 comments on commit 2cada07

Please sign in to comment.