diff options
author | Thomas Park <thomas@thomaspark.me> | 2014-08-07 11:18:35 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2014-08-07 11:18:35 -0400 |
commit | 4ed86263aff855ce807b062c8e76c3717c4710da (patch) | |
tree | f813d7e19b60d4569c76d830dc6ab8b5fbdd21c5 | |
parent | 71c4ee0fc44e3b2dba68b8b14089f5e1275f6fd3 (diff) | |
parent | 3e45710d763164ca0d6124271ad199ffeadb944c (diff) |
Merge pull request #296 from RobLoach/fix/npmname
Fix npm package name
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 1bc9f4c8..9573e441 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "Bootswatch", + "name": "bootswatch", "description": "Bootswatch is a collection of themes for Bootstrap.", "version": "3.2.0", "author": "Thomas Park", |