Skip to content

Commit

Permalink
update package json preparing for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
nphyx committed Aug 18, 2018
1 parent 7260fc3 commit bb23cbf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
@@ -1,8 +1,8 @@
{
"name": "nms-data",
"name": "@nphyx/nms-data",
"version": "0.0.1",
"description": "Static datasets for No Man's Sky javascript apps.",
"main": "index.js",
"main": "dist/index.js",
"scripts": {
"lint": "eslint src/ test/",
"flow": "flow check",
Expand All @@ -22,7 +22,7 @@
"sky"
],
"author": "Justen Robertson <nphyxx@gmail.com> (http://justen.us)",
"license": "GPL-3.0",
"license": "MIT",
"devDependencies": {
"babel-eslint": "^8.2.5",
"babel-loader": "^7.1.4",
Expand Down

0 comments on commit bb23cbf

Please sign in to comment.