@build-script/single-dog-asset 1.0.13 → 1.0.16

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.
package/package/npmignore CHANGED
@@ -3,6 +3,7 @@
3
3
  yarn.lock
4
4
  node_modules
5
5
  jspm_modules
6
+ config
6
7
 
7
8
  ### tests
8
9
  test
@@ -24,3 +25,7 @@ Gulpfile.*
24
25
  ### docs
25
26
  docs/*
26
27
  !docs/*.d.ts
28
+
29
+ ### tests
30
+ /tests/
31
+ /test/
@@ -8,7 +8,7 @@ module.exports = {
8
8
  jsxSingleQuote: false,
9
9
  trailingComma: 'es5',
10
10
  bracketSpacing: true,
11
- jsxBracketSameLine: false,
11
+ bracketSameLine: false,
12
12
  arrowParens: 'always',
13
13
  requirePragma: false,
14
14
  insertPragma: false,
@@ -13,6 +13,7 @@
13
13
  "composite": false,
14
14
  "declaration": true,
15
15
  "declarationMap": true,
16
+ "downlevelIteration": true,
16
17
  "emitBOM": false,
17
18
  "emitDeclarationOnly": false,
18
19
  "emitDecoratorMetadata": true,
@@ -45,6 +46,6 @@
45
46
  "importHelpers": true,
46
47
  "noImplicitReturns": true,
47
48
  "noFallthroughCasesInSwitch": true,
48
- "incremental": true
49
+ "incremental": false
49
50
  }
50
51
  }
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@build-script/single-dog-asset",
3
- "version": "1.0.13",
3
+ "version": "1.0.16",
4
4
  "license": "MIT",
5
5
  "scripts": {
6
- "build": "echo this package did not need build",
7
- "clean": "rimraf lib",
8
- "prepack": "echo this package did not need prepack"
6
+ "build": "",
7
+ "clean": "",
8
+ "prepack": ""
9
9
  },
10
10
  "dependencies": {
11
- "tslib": "^2.3.0"
11
+ "tslib": "^2.3.1"
12
12
  },
13
13
  "tslib": "^1.10.0",
14
14
  "ttypescript": "^1.5.10",