MProgress.js icon indicating copy to clipboard operation
MProgress.js copied to clipboard

package.json contains bad characters

Open fehergeri13 opened this issue 8 years ago • 1 comments

$ cat -A node_modules/mprogress/package.json
M-oM-;M-?{$
  "name": "mprogress",$
  "description": "Mprogress.js creates progress linear bar from Google Material Design.",$
  "version": "0.1.1",$
  "homepage": "https://github.com/lightningtgc/MProgress.js",$
  "author": "tang guichuan <[email protected]>",$
  "repository": {$
    "type": "git",$
    "url": "git://github.com/lightningtgc/MProgress.js.git"$
  },  $
  "devDependencies": {$
    "gulp": "^3.8.10",$
    "del": "^1.1.1",$
    "gulp-uglify": "^1.1.0",$
    "gulp-rename": "^1.2.0",$
    "gulp-es6-module-transpiler": "^0.2.1",$
    "gulp-stylus": "^2.0.0",$
    "gulp-minify-css": "^0.4.5"$
  }$
}$

M-oM-;M-? this is bad

Webpack fails with this package.json

fehergeri13 avatar Apr 28 '17 10:04 fehergeri13

I'm seeing this error as well. Too bad I won't be able to use this with npm.

chengyiuchun avatar May 03 '17 13:05 chengyiuchun