Skip to content

Commit

Permalink
Merge pull request #2 from mogi/master
Browse files Browse the repository at this point in the history
fix typo in `package.json`
  • Loading branch information
rwu823 authored Oct 30, 2016
2 parents 59853a9 + 1f38f00 commit 06688e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "react-selection",
"version": "0.1.0",
"description": "Like the OS selection",
"main": "dist/react-section.min.js",
"main": "dist/react-selection.min.js",
"scripts": {
"dev": "webpack-dev-server --inline --hot --content-base demo/",
"build": "WEBPACK=prod babel-node scripts/build",
Expand Down

0 comments on commit 06688e8

Please sign in to comment.