Skip to content

Commit 1ff4a67

Browse files
committed
Fix typos
1 parent 21a47ad commit 1ff4a67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"clean": "node ./scripts/clean-generated-files.js",
1414
"autogen-enums": "node ./scripts/generate-enums.js",
1515
"autogen": "node ./scripts/generate-wrappers.js",
16-
"postinstall": "npm run autogen-wrappers",
16+
"postinstall": "npm run autogen",
1717
"build": "webpack && node ./scripts/copy-three.js",
1818
"test": "echo \"Error: no test specified\" && exit 1"
1919
},

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
'version': version_ns['__version__'],
4040
'description': 'Interactive 3d graphics for the Jupyter notebook, using Three.js from Jupyter interactive widgets.',
4141
'long_description': LONG_DESCRIPTION,
42-
'License': 'BSD',
42+
'license': 'BSD',
4343
'include_package_data': True,
4444
'data_files': [
4545
('share/jupyter/nbextensions/jupyter-threejs', [

0 commit comments

Comments
 (0)