Skip to content

Commit

Permalink
🔨 build: Upgrade build script.
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Apr 27, 2020
1 parent f25d49b commit c140049
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -6,7 +6,7 @@
},
"license": "AGPL-3.0",
"scripts": {
"build": "./node_modules/.bin/aureooms-node-package-build",
"build": "rm -rf lib && babel src -d lib",
"test": "ava",
"esdoc": "esdoc"
},
Expand All @@ -28,7 +28,7 @@
"nyc": "15.0.1"
},
"author": "aureooms",
"main": "js/dist/compare.js",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/aureooms/js-compare.git"
Expand Down

0 comments on commit c140049

Please sign in to comment.