From 3bf69988f4bc02115cb9f083615ab83535b707f5 Mon Sep 17 00:00:00 2001 From: Michel Jonathan Schmitz Date: Wed, 30 Jan 2019 14:03:34 +0100 Subject: [PATCH] style: order the scripts alphabetically --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d12f1292..fa786486 100644 --- a/package.json +++ b/package.json @@ -18,11 +18,11 @@ "scripts": { "build": "npm run tslint && npm run compile && npm run documentation", "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0", + "check-configuration": "openstapps-configuration", "compile": "tsc", "documentation": "typedoc --includeDeclarations --excludeExternals --mode modules --out docs src", "test": "nyc mocha --require ts-node/register --require source-map-support/register --ui mocha-typescript --recursive 'test/*.spec.ts'", - "tslint": "tslint 'src/**/*.ts'", - "check-configuration": "openstapps-configuration" + "tslint": "tslint 'src/**/*.ts'" }, "dependencies": { "@openstapps/api": "0.1.0",