Skip to content

Commit

Permalink
rename as scoped package
Browse files Browse the repository at this point in the history
  • Loading branch information
clarketm committed May 10, 2018
1 parent 19a21dc commit 930a97d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "deepclone",
"name": "@clarketm/deepclone",
"version": "1.0.0",
"description": "JavaScript deep clone implementation",
"main": "dist/DeepClone.js",
Expand All @@ -11,6 +11,10 @@
"prep": "yarn prettier ; yarn docs ; yarn readme ; yarn build",
"test": "mocha --opts ./mocha.opts ./test/*"
},
"directories": {
"doc": "docs",
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/clarketm/DeepClone.git"
Expand Down

0 comments on commit 930a97d

Please sign in to comment.