Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

Commit

Permalink
change build flow, and I thought this will be stabilisation now。
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengxiaoyao0716 committed Nov 10, 2017
1 parent d092b0d commit 5fb05bb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion dist/match.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/match.min.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
{
"name": "js-pattern-match",
"version": "1.2.0",
"version": "1.5.0",
"description": "Implement pattern match in JS.",
"scripts": {
"compile": "babel *.es6 --out-dir lib",
"build": "cross-env NODE_ENV=production babel match.es6 -o dist/match.min.js --source-maps",
"start": "npm run compile && npm run build && http-server -o",
"test": "npm run compile && node lib/match_test.js"
"build": "babel *.es6 --out-dir lib && cross-env NODE_ENV=production babel match.es6 -o dist/match.min.js --source-maps",
"start": "npm run build && http-server -o",
"test": "npm run build && node lib/match_test.js"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 5fb05bb

Please sign in to comment.