ducky/web
1:2cd4e16a669e Browse Files
Remove .swp files, update package.json. Remove the .swp files and add .swp to the .hgignore file. Update package.json to pin webpack at 1.8.9 because 1.8.10 broke everything and decided that didn't deserve a major version bump. See https://github.com/webpack/webpack/issues/1016
.hgignore package.json src/pages/.register.jsx.swp src/styles/._button.scss.swp
1.1 --- a/.hgignore Sun May 03 23:25:12 2015 -0400 1.2 +++ b/.hgignore Sun May 03 23:51:47 2015 -0400 1.3 @@ -1,2 +1,5 @@ 1.4 +syntax: glob 1.5 + 1.6 build/ 1.7 node_modules/ 1.8 +*.swp
2.1 --- a/package.json Sun May 03 23:25:12 2015 -0400 2.2 +++ b/package.json Sun May 03 23:51:47 2015 -0400 2.3 @@ -30,7 +30,7 @@ 2.4 "sass-loader": "0.4.2", 2.5 "style-loader": "^0.12.0", 2.6 "url-loader": "^0.5.5", 2.7 - "webpack": "^1.8.9" 2.8 + "webpack": "1.8.9" 2.9 }, 2.10 "devDependencies": { 2.11 "react-hot-loader": "^1.2.5",
3.1 Binary file src/pages/.register.jsx.swp has changed
4.1 Binary file src/styles/._button.scss.swp has changed