2016-04-06から1日間の記事一覧

.gitignoreに書いた.idea/workspace.xmlなどが消えない

http://stackoverflow.com/questions/19973506/cannot-ignore-idea-workspace-xml-keeps-popping-up.gitignore ## Directory-based project format: .idea/ # if you remove the above rule, at least ignore the following: # User-specific stuff: .idea/w…

package.jsonの依存パッケージを最新版にする

http://stackoverflow.com/questions/16073603/how-do-i-update-each-dependency-in-package-json-to-the-latest-versionnpm-check-updatesをインストールして使う $ npm install -g npm-check-updates $ npm-check-updates -u $ npm install