@vanillaes/absurdum 3.0.0 → 3.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 +9 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vanillaes/absurdum",
3
- "version": "3.0.0",
3
+ "version": "3.1.1",
4
4
  "description": "Absurdum - The Ridiculous Application of Reduce",
5
5
  "keywords": [
6
6
  "esm",
@@ -47,18 +47,19 @@
47
47
  }
48
48
  },
49
49
  "scripts": {
50
- "test": "esmtk test",
51
- "lint": "esmtk lint",
52
- "type": "esmtk type",
53
- "build": "esmtk minify && esmtk typings && node .config/docs.config.js",
54
- "clean": "esmtk clean --minify --typings",
55
- "preview": "esmtk preview",
50
+ "test": "es test",
51
+ "lint": "es lint",
52
+ "type": "es type",
53
+ "build": "es minify && es typings",
54
+ "build:docs": "node .config/docs.config.js",
55
+ "clean": "es clean --minify --typings",
56
+ "preview": "es preview",
56
57
  "preversion": "npm test && npm run lint && npm run type",
57
58
  "version": "npm run clean && npm run build && git add -f **/*.d.ts **/*.min.js",
58
59
  "postversion": "git push --follow-tags"
59
60
  },
60
61
  "devDependencies": {
61
- "@vanillaes/esmtk": "^2.5.0",
62
+ "@vanillaes/esmtk": "^2.7.2",
62
63
  "docdown": "github:evanplaice/docdown",
63
64
  "glob": "^7.2.0"
64
65
  }