Skip to content

Commit 4703b5b

Browse files
committed
missing npmignore
1 parent f9dfa7c commit 4703b5b

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@ test/**/suite.js*
33
test/**/*.json
44
node_modules
55
bower_components
6-
desktop.ini
7-
npm-debug.log
6+
*.log

.npmignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
test/**/suite.js*
2+
test/**/*.json
3+
node_modules
4+
bower_components
5+
*.log

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "facebook-ads-sdk",
3-
"version": "2.8.0",
3+
"version": "2.8.1",
44
"description": "SDK for the Facebook Ads API in Javascript and Node.js",
55
"author": {
66
"name": "Lucas Costa",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "facebook-ads-sdk",
3-
"version": "2.8.0",
3+
"version": "2.8.1",
44
"description": "SDK for the Facebook Ads API in Javascript and Node.js",
55
"author": "Lucas Costa (https://github.com/lucascosta)",
66
"maintainers": [

0 commit comments

Comments
 (0)