Use `files` instead of .npmignore

Update webpack, add .map files
pull/111/head
Glen Cheney 8 years ago
parent 391481ea4f
commit fd330bd800
No known key found for this signature in database
GPG Key ID: 28736C2C260C298E

2
.gitignore vendored

@ -6,5 +6,3 @@ _site
.sass-cache .sass-cache
.jekyll-metadata .jekyll-metadata
*.scssc *.scssc
temp
*.map

@ -1,26 +0,0 @@
node_modules
bower_components
coverage
.DS_Store
_site
.sass-cache
.jekyll-metadata
*.scssc
temp
*.map
**/.*
**/_*
css
img
js
gulpfile.js
favicon.png
index.html
package.json
robots.txt
test
tests
CONTRIBUTING.md
webpack.config.js
webpack.config.min.js

@ -8,7 +8,6 @@ exclude: [
'coverage', 'coverage',
'node_modules', 'node_modules',
'src', 'src',
'temp',
'test', 'test',
'bower.json', 'bower.json',
'CONTRIBUTING.md', 'CONTRIBUTING.md',

@ -6,7 +6,6 @@ image: /demos/requirejs.jpg
extraJS: [] extraJS: []
prism: false prism: false
shuffle: false shuffle: false
jquery: false
pagejs: false pagejs: false
--- ---

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -32,6 +32,10 @@
"url": "https://github.com/Vestride/Shuffle/issues" "url": "https://github.com/Vestride/Shuffle/issues"
}, },
"homepage": "https://github.com/Vestride/Shuffle", "homepage": "https://github.com/Vestride/Shuffle",
"files": [
"dist",
"src"
],
"dependencies": { "dependencies": {
"array-uniq": "^1.0.2", "array-uniq": "^1.0.2",
"custom-event-polyfill": "^0.2.2", "custom-event-polyfill": "^0.2.2",
@ -56,6 +60,6 @@
"gulp-util": "^3.0.7", "gulp-util": "^3.0.7",
"mocha": "^2.4.5", "mocha": "^2.4.5",
"sinon": "^1.17.3", "sinon": "^1.17.3",
"webpack": "^1.12.13" "webpack": "^1.13.0"
} }
} }

@ -1,3 +0,0 @@
# robotstxt.org/
User-agent: *
Loading…
Cancel
Save