Skip to content

Commit 91da951

Browse files
committed
Switch from bower to npm.
1 parent 4dce403 commit 91da951

File tree

10 files changed

+3961
-38
lines changed

10 files changed

+3961
-38
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ lib-cov
66
*.out
77
*.pid
88
*.gz
9+
.idea
910

1011
pids
1112
logs

.npmignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.bowerrc
2+
bower.json
3+
Gruntfile.js
4+
tests
5+
.idea
6+
intern*
7+
.travis.yml

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "requirejs-dplugins",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"description": "AMD plugins for RequireJS",
55
"dependencies": {
66
"lie": ">=3.3",

0 commit comments

Comments
 (0)