Skip to content

Commit

Permalink
Include debug params to example command
Browse files Browse the repository at this point in the history
  • Loading branch information
lenage committed Sep 12, 2015
1 parent 9d83ec4 commit a98b4fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/app.js
Expand Up @@ -7,7 +7,7 @@ const ReactQiniuExample = React.createClass({
getInitialState () {
return {
files: [],
token: '6qF2ejYiRzXlPoPO3eKwaWE3juLDyX5QgE1PEMJ-:3Ji3PPOaUYfs30-OFz7coPEL2Ws=:eyJzY29wZSI6ImVuYWdlLWNlc2hpIiwiZGVhZGxpbmUiOjE3NTczOTA0NTB9'
token: 'YOUR_QINIU_TOKEN'
};
},

Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Expand Up @@ -12,7 +12,7 @@
]
},
"scripts": {
"prepublish": "cd .. && npm install react && cd - && browserify app.js > script.js"
"prepublish": "cd .. && npm install react && cd - && browserify --debug app.js > script.js"
},
"devDependencies": {
"babelify": "^6.1.2",
Expand Down

0 comments on commit a98b4fe

Please sign in to comment.