Skip to content

Commit

Permalink
Updated package.json to publish dist folder to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
nareshbhatia committed Jul 27, 2015
1 parent 15a8225 commit b8bc462
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015 James Smith
Copyright (c) 2015 Archfirst

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
11 changes: 9 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
{
"name": "join-js",
"description": "A library to map complex database joins to nested objects.",
"version": "0.0.1",
"version": "0.1.0",
"author": "Naresh Bhatia",
"license": "MIT",
"homepage": "https://github.com/archfirst/joinjs",
"repository": {
"type": "git",
"url": "https://github.com/archfirst/joinjs.git"
},
"main": "dist/index.js",
"scripts": {
"test": "gulp",
"build": "gulp build",
Expand Down Expand Up @@ -39,6 +38,14 @@
"sinon": "^1.12.2",
"sinon-chai": "^2.7.0"
},
"files": [
"dist/",
"src/",
"test/",
"LICENSE",
"README.md"
],
"main": "dist/index.js",
"nodeBoilerplateOptions": {
"mochaGlobals": [
"stub",
Expand Down

0 comments on commit b8bc462

Please sign in to comment.