Skip to content

Commit

Permalink
0.4.6: bugfix, fix srcmap's srcRoot
Browse files Browse the repository at this point in the history
  • Loading branch information
guo-yu committed Aug 21, 2014
1 parent d354d95 commit c31aa2a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "duoshuo",
"version": "0.4.5",
"version": "0.4.6",
"authors": [
"turing <[email protected]>"
],
Expand Down
2 changes: 1 addition & 1 deletion dist/duoshuo.min.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "angular-duoshuo",
"version": "0.4.5",
"version": "0.4.6",
"description": "a duoshuo SDK for angular.js, pure front-end, cross-domain request supported.",
"main": "dist/duoshuo.min.js",
"scripts": {
"serve": "node_modules/.bin/serve .",
"build": "node_modules/.bin/uglifyjs src/duoshuo.js -o dist/duoshuo.min.js --source-map dist/duoshuo.min.js.map --source-map-url duoshuo.min.js.map",
"build": "node_modules/.bin/uglifyjs src/duoshuo.js -o dist/duoshuo.min.js --source-map dist/duoshuo.min.js.map --source-map-url duoshuo.min.js.map --source-map-root ../src/duoshuo.js",
"dev": "npm run serve",
"start": "npm run serve",
"example": "npm run serve"
Expand Down

0 comments on commit c31aa2a

Please sign in to comment.