Skip to content

Commit 8a9892a

Browse files
committed
Publishing fixes
1 parent 323830a commit 8a9892a

File tree

3 files changed

+1
-13
lines changed

3 files changed

+1
-13
lines changed

.npmignore

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,6 @@
22
*.swp
33
.idea
44
*.pid
5-
contrib
6-
out
7-
src/deps.js
85
*.swo
96
*.pyc
10-
**/.*
117
npm-debug.log
12-
build*
13-
gjslint.cfg
14-
modules.edn
15-
cat.config
16-
update-submodules
17-
externs.js
18-
tests

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ You can install AngularJS-plugin using **npm**, **bower** or **yarn**:
2626

2727
* `npm install anychart-angularjs`
2828
* `bower install anychart-angularjs`
29-
* `yarn install anychart-angularjs`
29+
* `yarn add anychart-angularjs`
3030

3131
#### Direct download
3232

bower.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
"angularjs"
4343
],
4444
"homepage": "https://github.com/AnyChart/AngularJS-plugin",
45-
"private": true,
4645
"ignore": [
4746
"**/.*",
4847
"node_modules",

0 commit comments

Comments
 (0)