Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Add "main" field to package.json
Browse files Browse the repository at this point in the history
This allows users of bundlers like browserify and webpack to simply
`require('pep.js')` to get the `dist` build after installing PEP from npm.

Closes gh-183
  • Loading branch information
wbinnssmith authored and scottgonzalez committed Apr 22, 2015
1 parent b96b44f commit 19122a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "pepjs",
"version": "0.3.1-pre",
"main": "dist/pep.js",
"description": "Polyfill of the PointerEvents W3C spec",
"author": {
"name": "jQuery Foundation and other contributors",
Expand Down

0 comments on commit 19122a3

Please sign in to comment.