Skip to content

Commit

Permalink
chore: add jsnext:main to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
troch committed Sep 10, 2015
1 parent 37b2b45 commit 9e1af65
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
Expand Up @@ -3,6 +3,7 @@
"version": "0.3.2",
"description": "A small utility to parse, match and generate paths",
"main": "dist/commonjs/path-parser.js",
"jsnext:main": "modules/Path.js",
"scripts": {
"test": "node ./node_modules/mocha/bin/_mocha",
"test-cover": "node ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha",
Expand Down

0 comments on commit 9e1af65

Please sign in to comment.