Skip to content

Commit 05483b4

Browse files
committed
npm ignore for npm publishing
1 parent 2ee20b6 commit 05483b4

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.npmignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
bower_components/
2+
.idea/
3+
node_modules
4+
*.iml
5+
typings/
6+
.tscache/

build/angular-intro.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-intro.js",
3-
"version": "3.2.5",
3+
"version": "3.2.5-alpha.1",
44
"description": "Angular directive to wrap intro.js",
55
"main": "src/ng-intro.component.js",
66
"types": "build/ng-intro.component.d.ts",
@@ -27,7 +27,6 @@
2727
},
2828
"homepage": "https://github.com/mendhak/angular-intro.js",
2929
"devDependencies": {
30-
"bower": "~1.7.9",
3130
"grunt": "~1.0.1",
3231
"grunt-cli": "~1.2.0",
3332
"grunt-contrib-connect": "~1.0.2",
@@ -38,6 +37,7 @@
3837
"load-grunt-tasks": "~3.5.2"
3938
},
4039
"dependencies": {
40+
"bower": "~1.7.9",
4141
"@types/angular": "^1.6.7",
4242
"@types/intro.js": "^2.4.0",
4343
"grunt-ts": "^6.0.0-beta.11",

0 commit comments

Comments
 (0)