Lines Matching +full:commit +full:- +full:message
5 "repository": "git@github.com:cosmocode/dokuwiki-plugin-fetchmedia.git",
7 "license": "GPL-2.0",
9 "babel-core": "^6.25.0",
10 "babel-loader": "^7.1.1",
11 "babel-polyfill": "^6.23.0",
12 "babel-preset-env": "^1.6.0",
14 "eslint-config-airbnb-base": "^11.3.1",
15 "eslint-loader": "^1.9.0",
16 "eslint-plugin-import": "^2.7.0",
17 "validate-commit-message": "^3.0.1",
19 "webpack-messages": "^1.0.0",
20 "whatwg-fetch": "^2.0.3"
23 "initialSetup": "validate-commit-msg",
24 "dev": "webpack -d",
25 "watch": "webpack -dw",
26 "build": "webpack -p",