This website requires JavaScript.
Explore
Help
Sign in
zhao
/
hexo-filter-github-emojis
Watch
1
Star
0
Fork
You've already forked hexo-filter-github-emojis
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
38846b68cd
hexo-filter-github-emojis
/
.npmignore
11 lines
87 B
Text
Raw
Normal View
History
Unescape
Escape
first commit
2016-12-22 19:11:28 +08:00
test/
tmp/
coverage/
*.log
.jshintrc
.travis.yml
gulpfile.js
.idea/
Exclude .git from npm publish npm is supposed to ignore this by default, but in v2.0.2 the `.git` folder was included in the published hexo-filter-github-emojis module. This causes problems when doing `npm install` again, because it sees a git repo where it expects a bare npm package. ``` npm ERR! path ./node_modules/hexo-filter-github-emojis npm ERR! code EISGIT npm ERR! git ./node_modules/hexo-filter-github-emojis: Appears to be a git repo or submodule. npm ERR! git ./node_modules/hexo-filter-github-emojis npm ERR! git Refusing to remove it. Update manually, npm ERR! git or move it out of the way first. ``` If you publish again with this patch, all should be fine :v: Thanks for this package!
2019-07-19 19:08:39 +08:00
appveyor.yml
.git/
Reference in a new issue
Copy permalink