Skip to content
This repository has been archived by the owner on May 30, 2020. It is now read-only.

Commit

Permalink
fix: commonjs module resolution with npm
Browse files Browse the repository at this point in the history
  • Loading branch information
sundowndev committed May 14, 2019
1 parent 1606e2e commit 331dfda
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "leafeon",
"version": "2.1.16",
"version": "2.1.18",
"description": "Client-sided and dependency-free Javascript routing library",
"author": "Sundowndev",
"main": "dist/leafeon",
"main": "lib/leafeon",
"types": "lib/leafeon.d.ts",
"directories": {
"src": "src"
},
"scripts": {
"build:ts": "rimraf lib dist && tsc",
"build:webpack": "rimraf dist && webpack && webpack --config webpack.config.min.js",
"build:webpack": "rimraf dist && webpack --config webpack.config.js && webpack --config webpack.config.min.js",
"build": "npm run build:ts && npm run build:webpack",
"test": "npm run lint && npm run test:unit",
"test:unit": "mocha --compilers ts:ts-node/register \"test/**/*.spec.ts\" --exit",
Expand Down

0 comments on commit 331dfda

Please sign in to comment.