Skip to content
This repository has been archived by the owner on Apr 26, 2018. It is now read-only.

Commit

Permalink
Add lib/ to main path
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsawicki committed Oct 15, 2013
1 parent 3a06681 commit 1a60734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "space-pen",
"version": "1.3.0",
"description": "Write markup on the final frontier",
"main": "./space-pen.js",
"main": "./lib/space-pen.js",
"scripts": {
"prepublish": "node_modules/.bin/grunt clean lint coffee",
"test": "node_modules/.bin/grunt test",
Expand Down

0 comments on commit 1a60734

Please sign in to comment.