Skip to content

Commit e336cc6

Browse files
committed
Make package easily consumable
Fixes #2
1 parent 824ad6f commit e336cc6

26 files changed

+9
-1
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ module.exports = function (grunt)
1111
// Set up paths.
1212
paths: {
1313
src: {
14-
sass: 'src/sass/'
14+
sass: 'scss/'
1515
},
1616
dest: {
1717
css: 'dist/textpattern/'

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ The jQuery UI theme used within the [Textpattern CMS](https://textpattern.com/)
1010
* Internet Explorer 11.
1111
* Chrome, Edge, Firefox, Safari and Opera the last two recent stable releases.
1212

13+
## Installation
14+
15+
The package can be included in your project via NPM, like so:
16+
17+
```ShellSession
18+
$ npm install textpattern-jquery-ui-theme --save-dev
19+
```
20+
1321
## Requirements
1422

1523
Building this repository requires:
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)