Skip to content

Commit

Permalink
fix package.json#main to point to /build/dist/rocky.js instead of /di…
Browse files Browse the repository at this point in the history
…st/rocky.js
  • Loading branch information
HBehrens committed Jan 28, 2016
1 parent d291aed commit 78af89d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Expand Up @@ -132,7 +132,7 @@ module.exports = function(grunt) {
modify_json: {
options: {
fields: {
main: '<%=rockyjs_path%>'
main: 'build/<%=rockyjs_path%>'
},
indent: 4
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "rocky.js",
"title": "Run Pebble code in the browser",
"version": "0.2.0",
"main": "dist/rocky.js",
"main": "build/dist/rocky.js",
"scripts": {
"test": "grunt test"
},
Expand Down

0 comments on commit 78af89d

Please sign in to comment.