diff options
| author | Chris Rebert <[email protected]> | 2016-03-14 02:21:02 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2016-03-14 02:21:02 -0700 |
| commit | 5f959f119242565460ae07d0eaff8ed8274c22f1 (patch) | |
| tree | ba2923748af56efc33b64bb3f8e4c30f662d302e | |
| parent | 738e4bd3084bff1ff2e29c80862c6b0789bde672 (diff) | |
| parent | b2bb83d8f6ab8b9fb2bbd9a738dbcb77c76fe29a (diff) | |
| download | bootstrap-5f959f119242565460ae07d0eaff8ed8274c22f1.tar.xz bootstrap-5f959f119242565460ae07d0eaff8ed8274c22f1.zip | |
Merge pull request #19427 from twbs/npm-deps
Add jQuery and Tether to npm dependencies
| -rw-r--r-- | package.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package.json b/package.json index fbd74338a..80bb1d7c0 100644 --- a/package.json +++ b/package.json @@ -28,6 +28,10 @@ "url": "https://github.com/twbs/bootstrap/issues" }, "license": "MIT", + "dependencies": { + "jquery": "1.9.1 - 2", + "tether": "^1.1.1" + }, "devDependencies": { "autoprefixer": "^6.0.3", "babel-eslint": "^4.1.3", |
