Skip to content

Commit 3435f47

Browse files
authored
Adjust package contents and reduce package size (#66)
* fix(verb): added files section to package.json in order to reduce the contents in published packages * fix(verb): removed unused Gruntfile.js
1 parent b356cbe commit 3435f47

File tree

2 files changed

+19
-81
lines changed

2 files changed

+19
-81
lines changed

Gruntfile.js

Lines changed: 0 additions & 79 deletions
This file was deleted.

package.json

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "verb-nurbs",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"author": "pboyer <[email protected]>",
5-
"description": "A CAD library for the web",
5+
"description": "A library for creating and manipulating NURBS surfaces and curves in many languages",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/pboyer/verb.git"
@@ -24,6 +24,23 @@
2424
"spline",
2525
"mesh"
2626
],
27+
"files": [
28+
"LICENSE",
29+
"README.md",
30+
"build",
31+
"buildcpp.hxml",
32+
"buildcs.hxml",
33+
"buildjs.hxml",
34+
"buildphp.hxml",
35+
"buildpython.hxml",
36+
"examples",
37+
"package-lock.json",
38+
"package.json",
39+
"rollup.config.mjs",
40+
"src",
41+
"test",
42+
"verb.iml"
43+
],
2744
"dependencies": {
2845
"web-worker": "^1.3.0"
2946
},

0 commit comments

Comments
 (0)