penrose 0.3.0 → 0.3.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 (2) hide show
  1. package/devenv.nix +1 -0
  2. package/package.json +1 -8
package/devenv.nix CHANGED
@@ -12,6 +12,7 @@
12
12
  graphicsmagick
13
13
  nixfmt
14
14
  pre-commit
15
+ ripgrep
15
16
  ];
16
17
 
17
18
  languages = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "penrose",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "Build derivative images",
5
5
  "main": "lib/penrose.js",
6
6
  "repository": {
@@ -20,18 +20,11 @@
20
20
  "url": "https://github.com/netbek/penrose/issues"
21
21
  },
22
22
  "dependencies": {
23
- "@babel/core": "7.29.0",
24
- "babel-eslint": "10.1.0",
25
- "babel-loader": "8.4.1",
26
- "babel-plugin-lodash": "3.3.4",
27
- "babel-plugin-transform-class-properties": "6.24.1",
28
23
  "bluebird": "3.7.2",
29
24
  "chalk": "4.1.2",
30
25
  "fs-extra": "11.3.5",
31
26
  "glob-promise": "6.0.7",
32
27
  "lodash": "4.18.1",
33
- "lodash-webpack-plugin": "0.11.6",
34
- "phantomjs-prebuilt": "2.1.16",
35
28
  "prettier": "3.8.3",
36
29
  "replace-ext": "2.0.0",
37
30
  "sharp": "0.34.5"