tsds-lib-test 1.0.7 → 1.1.0

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 (2) hide show
  1. package/README.md +0 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -19,9 +19,6 @@ $ tsds deploy
19
19
  # format library using prettier
20
20
  $ tsds format
21
21
 
22
- # run tests on current version of node and browser
23
- $ tsds test
24
-
25
22
  # run tests on current version of node
26
23
  $ tsds test:node
27
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tsds-lib-test",
3
- "version": "1.0.7",
3
+ "version": "1.1.0",
4
4
  "description": "Development stack for TypeScript libraries",
5
5
  "keywords": [
6
6
  "dev",
@@ -57,5 +57,5 @@
57
57
  "esm"
58
58
  ]
59
59
  },
60
- "gitHead": "935585b6447e73f8a37baf9f063e37776c849e3a"
60
+ "gitHead": "70cf23d0f669a9abf97f5c30ab1b427c5eb78211"
61
61
  }