multiselect
multiselect copied to clipboard
Add webpack configuration
-
package.jsondefines thenpm run buildcommand, which builds the minified script fromscripts/*.js. -
package.jsonandpackage-lock.jsoninstall webpack, which is used to run the build step. -
package.jsonnewly defines a version number (1.0.0) and other project metadata. - New "Contributing" section at the bottom of
README.mddocuments this
Closes #14