create-application-template 1.1.0 → 1.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +2 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-application-template",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "provides a configured application template for you to build upon",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -12,6 +12,7 @@
12
12
  "build:profile": "webpack --config webpack/webpack.config.js --env BUNDLER_ENV=prod BUNDLER_WITH_PROFILING=true",
13
13
  "test": "jest",
14
14
  "test:watch": "jest --watch",
15
+ "test:updateSnapshot": "jest --updateSnapshot",
15
16
  "dev": "concurrently \"npm run test:watch\" \"npm run start\"",
16
17
  "lint": "eslint \"src/**/*.{js,jsx,ts,tsx,json}\"",
17
18
  "lint:fix": "eslint --fix \"src/**/*.{js,jsx,ts,tsx,json}\"",