littoral-templates 0.1.0 → 0.2.0-beta.1

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md ADDED
@@ -0,0 +1,10 @@
1
+ # CHANGELOG
2
+
3
+
4
+ ## 0.2.0
5
+
6
+ * Fix NPM-ignoring.
7
+ * Commit shrinkwrapping.
8
+ * Update deps.
9
+ * (general upkeep)
10
+
package/README.md CHANGED
@@ -43,8 +43,8 @@ still top-level, but on a new line
43
43
 
44
44
  ## TODOs
45
45
 
46
- * Proper test set up, e.g. using `mocha` and `chai`.
47
46
  * Publish to NPM (including proper cleaning and ignoring).
47
+ * Proper test set up, e.g. using `mocha` and `chai`.
48
48
  * Skip `undefined | null`s.
49
49
  * Does an alternative to `npm-run-all` exist (that's better)?
50
50
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "littoral-templates",
3
- "version": "0.1.0",
3
+ "version": "0.2.0-beta.1",
4
4
  "description": "A small JavaScript/TypeScript framework to do templating comfortably using the template literal syntax in either JavaScript or TypeScript.",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -23,8 +23,8 @@
23
23
  },
24
24
  "homepage": "https://github.com/dslmeinte/littoral-templates#readme",
25
25
  "devDependencies": {
26
- "@types/node": "^14.14.25",
26
+ "@types/node": "^14.18.33",
27
27
  "npm-run-all": "^4.1.5",
28
- "typescript": "^4.1.3"
28
+ "typescript": "^4.8.4"
29
29
  }
30
30
  }