Skip to content

Commit

Permalink
feat: Provide browser distribution in dist/
Browse files Browse the repository at this point in the history
  • Loading branch information
kylef committed Jan 3, 2018
1 parent adae793 commit 13962d3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -25,3 +25,5 @@ build/Release
# Dependency directory
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git-
node_modules

dist/
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
# Master

## Enhancements

- Minim NPM package now contains a browser distribution in `dist/minim.js`.

# 0.20.2

## Bug Fixes
Expand Down
Empty file added dist/.git-keep
Empty file.
2 changes: 2 additions & 0 deletions package.json
Expand Up @@ -4,6 +4,8 @@
"description": "A library for interacting with JSON through Refract elements",
"main": "lib/minim.js",
"scripts": {
"prepare": "npm run build",
"build": "browserify -d -s minim -x lodash -o dist/minim.js lib/minim.js",
"coverage": "istanbul cover _mocha -- -R spec --recursive",
"coveralls": "coveralls <coverage/lcov.info",
"frontendtests": "karma start",
Expand Down

0 comments on commit 13962d3

Please sign in to comment.