Skip to content

Commit

Permalink
Switch from bower to npm.
Browse files Browse the repository at this point in the history
  • Loading branch information
wkeese committed Dec 3, 2019
1 parent 4dce403 commit 91da951
Show file tree
Hide file tree
Showing 10 changed files with 3,961 additions and 38 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ lib-cov
*.out
*.pid
*.gz
.idea

pids
logs
Expand Down
7 changes: 7 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.bowerrc
bower.json
Gruntfile.js
tests
.idea
intern*
.travis.yml
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "requirejs-dplugins",
"version": "0.6.1",
"version": "0.6.2",
"description": "AMD plugins for RequireJS",
"dependencies": {
"lie": ">=3.3",
Expand Down
Loading

0 comments on commit 91da951

Please sign in to comment.