Skip to content

Commit b8bc462

Browse files
committed
Updated package.json to publish dist folder to npm
1 parent 15a8225 commit b8bc462

2 files changed

Lines changed: 10 additions & 3 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2015 James Smith
3+
Copyright (c) 2015 Archfirst
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

package.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
{
22
"name": "join-js",
33
"description": "A library to map complex database joins to nested objects.",
4-
"version": "0.0.1",
4+
"version": "0.1.0",
55
"author": "Naresh Bhatia",
66
"license": "MIT",
77
"homepage": "https://github.com/archfirst/joinjs",
88
"repository": {
99
"type": "git",
1010
"url": "https://github.com/archfirst/joinjs.git"
1111
},
12-
"main": "dist/index.js",
1312
"scripts": {
1413
"test": "gulp",
1514
"build": "gulp build",
@@ -39,6 +38,14 @@
3938
"sinon": "^1.12.2",
4039
"sinon-chai": "^2.7.0"
4140
},
41+
"files": [
42+
"dist/",
43+
"src/",
44+
"test/",
45+
"LICENSE",
46+
"README.md"
47+
],
48+
"main": "dist/index.js",
4249
"nodeBoilerplateOptions": {
4350
"mochaGlobals": [
4451
"stub",

0 commit comments

Comments
 (0)