From 9e1af65706623371c6b97afaf9dc9ee4b0c858a4 Mon Sep 17 00:00:00 2001 From: Thomas Roch Date: Thu, 10 Sep 2015 21:44:56 +0100 Subject: [PATCH] chore: add jsnext:main to package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index a5ea6e1..15ed5cb 100644 --- a/package.json +++ b/package.json @@ -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",