Skip to content

Commit

Permalink
Rename the NPM package from hermesvm to hermes-engine
Browse files Browse the repository at this point in the history
Summary: This renames the NPM package from 'hermesvm' to 'hermes-engine'

Reviewed By: dulinriley

Differential Revision: D16265380

fbshipit-source-id: 3c390ba6714781374e52e2027ebf6b36c9bda8d1
  • Loading branch information
willholen authored and facebook-github-bot committed Jul 17, 2019
1 parent d088f6f commit c74842e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions npm/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "hermesvm",
"name": "hermes-engine",
"version": "0.1.0",
"private": true,
"description": "A JavaScript VM optimized for running React Native on Android",
"private": false,
"description": "A JavaScript engine optimized for running React Native on Android",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit c74842e

Please sign in to comment.