Skip to content
This repository was archived by the owner on Jan 17, 2022. It is now read-only.

Commit faa561b

Browse files
authored
Merge pull request #136 from mendhak/issue135
Npm publish fix - add JS to npm publish
2 parents 2ee20b6 + 3052c33 commit faa561b

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.npmignore

+6
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

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -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)