Skip to content

Commit

Permalink
Remove webpack build
Browse files Browse the repository at this point in the history
  • Loading branch information
xuopled committed Apr 14, 2017
1 parent 9ef76d8 commit a829839
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 28 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# 2.1.1 - 2017-14-04

* Remove `webpack` build


# 2.0.0 - 2016-12-11

* Add : `textNoResults` prop
* Add : `textNoResults` prop
* Add : `renderSuggest` prop

# 1.0.1 - 2015-09-11
Expand Down
3 changes: 0 additions & 3 deletions index.js

This file was deleted.

9 changes: 3 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-google-places-suggest",
"version": "2.0.1",
"version": "2.1.1",
"description": "React component to select geolocated suggestion from Google Maps Places API",
"repository": {
"type": "git",
Expand All @@ -20,7 +20,6 @@
"url": "https://github.com/xuopled/react-google-places-suggest/issues"
},
"homepage": "https://github.com/xuopled/react-google-places-suggest#readme",
"browser": "./dist/index.js",
"main": "lib/index.js",
"style": "lib/index.css",
"files": [
Expand Down Expand Up @@ -52,9 +51,7 @@
"scripts": {
"clean": "rm -rf lib",
"lint": "eslint src/",
"dist": "webpack -p",
"build": "babel ./src --out-dir ./lib --source-maps && postcss --use autoprefixer src/index.css -d lib/",
"watch": "webpack --progress --colors --watch",
"prepublish": "npm run clean && npm run build && npm run dist"
"build": "babel ./src --out-dir ./lib --source-maps && postcss --use autoprefixer src/index.css -d ./lib",
"prepublish": "npm run clean && npm run build"
}
}
18 changes: 0 additions & 18 deletions webpack.config.js

This file was deleted.

0 comments on commit a829839

Please sign in to comment.