Skip to content

Conversation

pgarrison
Copy link

  • package.json defines the npm run build command, which builds the
    minified script from scripts/*.js.
  • package.json and package-lock.json install webpack, which is used
    to run the build step.
  • package.json newly defines a version number (1.0.0) and other
    project metadata.
  • New "Contributing" section at the bottom of README.md documents this

Closes #14

* `package.json` defines the `npm run build` command, which builds the
minified script from `scripts/*.js`.
* `package.json` and `package-lock.json` install webpack, which is used
to run the build step.
* `package.json` newly defines a version number (1.0.0) and other
project metadata.
* New "Contributing" section at the bottom of `README.md` documents this
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Minification is not documented or configured here
1 participant