@contentful/app-scripts
Advanced tools
Comparing version 0.16.0-alpha.2 to 0.16.0-alpha.3
{ | ||
"name": "@contentful/app-scripts", | ||
"version": "0.16.0-alpha.2", | ||
"version": "0.16.0-alpha.3", | ||
"description": "A collection of scripts for building Contentful Apps", | ||
@@ -32,4 +32,3 @@ "author": "Contentful GmbH", | ||
"test:watch": "npm t -- --watch", | ||
"pre-commit": "lint-staged", | ||
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS" | ||
"pre-commit": "lint-staged" | ||
}, | ||
@@ -65,3 +64,3 @@ "bugs": { | ||
}, | ||
"gitHead": "a66c3394d79d19a999d6509ec967b8b85eca41cc" | ||
"gitHead": "fb5a4faf89f78af13da791f60f549a27d416359a" | ||
} |
@@ -10,3 +10,3 @@ # `@contentful/app-scripts` | ||
```shell | ||
npm i --save @contentful/app-scripts | ||
npm i @contentful/app-scripts | ||
``` | ||
@@ -32,3 +32,3 @@ | ||
``` | ||
$ npx --no-install @contentful/app-scripts create-app-definition | ||
$ npx @contentful/app-scripts create-app-definition | ||
``` | ||
@@ -39,4 +39,2 @@ | ||
```javascript | ||
// my-script.js | ||
const { createAppDefinition } = require('@contentful/app-scripts') | ||
@@ -43,0 +41,0 @@ const { myCustomLogic } = require('./my-custom-logic') |
70551
222