chore(remove namespace)
@@ -30,14 +30,14 @@ Include the following `<script>` tag in the `<head>` of your document:
If you wish to include Spruce with your own bundle:
-``` bash
-yarn add @ryangjchandler/spruce
+```bash
+yarn add spruce.js
```
or:
-npm install @ryangjchandler/spruce --save
+npm install spruce.js --save
Then add the following to your script:
@@ -1,5 +1,5 @@
{
- "name": "@ryangjchandler/spruce",
+ "name": "spruce.js",
"description": "A lightweight state management layer for Alpine.js",
"version": "0.6.1",
"repository": {