Skip to content

Commit

Permalink
Bump v2.4.0-rc6
Browse files Browse the repository at this point in the history
  • Loading branch information
tngan committed Oct 17, 2018
1 parent adc69c8 commit ff2abd6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ clean: ;
rm -rf node_modules

rebuild: ;
rm -rf build; tsc;
rm -rf build; \
tsc; \
cp -a schemas build;

pretest: ;
mkdir -p build/test; \
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "samlify",
"version": "2.4.0-rc5",
"version": "2.4.0-rc6",
"description": "High-level API for Single Sign On (SAML 2.0)",
"main": "build/index.js",
"keywords": [
Expand All @@ -12,7 +12,7 @@
],
"typings": "types/index.d.ts",
"scripts": {
"build": "tsc",
"build": "make rebuild",
"docs": "docsify serve -o docs",
"lint": "tslint -p .",
"lint:fix": "tslint -p . --fix",
Expand Down

0 comments on commit ff2abd6

Please sign in to comment.