Skip to content

Instantly share code, notes, and snippets.

@rudigiesler
Created October 9, 2014 14:45
Show Gist options
  • Save rudigiesler/27c59e2b3c181a851caf to your computer and use it in GitHub Desktop.
Save rudigiesler/27c59e2b3c181a851caf to your computer and use it in GitHub Desktop.
fix package.json for go-jsbox-ona
diff --git a/package.json b/package.json
index 69c2a4e..87e5cd8 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
"name": "go-jsbox-ona",
"version": "0.0.2a",
"description": "A vumi jsbox helper library for interacting with Ona",
- "main": "lib/index.js",
+ "main": "src/index.js",
"scripts": {
"test": "grunt test"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment