mirror of
https://github.com/l-lin/font-awesome-animation.git
synced 2024-12-27 22:11:33 +08:00
chore: use package.json files instead of .npmignore
This commit is contained in:
parent
e8dc5f485a
commit
8d8006e246
77
.npmignore
77
.npmignore
@ -1,77 +0,0 @@
|
|||||||
# Created by .ignore support plugin (hsz.mobi)
|
|
||||||
### Node template
|
|
||||||
# Logs
|
|
||||||
logs
|
|
||||||
*.log
|
|
||||||
npm-debug.log*
|
|
||||||
|
|
||||||
# Runtime data
|
|
||||||
pids
|
|
||||||
*.pid
|
|
||||||
*.seed
|
|
||||||
|
|
||||||
# Directory for instrumented libs generated by jscoverage/JSCover
|
|
||||||
lib-cov
|
|
||||||
|
|
||||||
# Coverage directory used by tools like istanbul
|
|
||||||
coverage
|
|
||||||
|
|
||||||
# Compiled binary addons (http://nodejs.org/api/addons.html)
|
|
||||||
build/Release
|
|
||||||
|
|
||||||
# Dependency directory
|
|
||||||
node_modules
|
|
||||||
|
|
||||||
/.codeclimate.yml
|
|
||||||
/.gitignore
|
|
||||||
/.gitattributes
|
|
||||||
/.npmignore
|
|
||||||
/.travis.yml
|
|
||||||
/.eslintignore
|
|
||||||
/.eslintrc
|
|
||||||
|
|
||||||
# Build System files
|
|
||||||
/tslint.json
|
|
||||||
/rollup-uglify.conf.js
|
|
||||||
/rollup.conf.js
|
|
||||||
/protractor.config.js
|
|
||||||
/systemjs.config.js
|
|
||||||
|
|
||||||
# Typescript source files
|
|
||||||
*.ts
|
|
||||||
!*.d.ts
|
|
||||||
*.js.map
|
|
||||||
!/bundles/*.js.map
|
|
||||||
!*.metadata.json
|
|
||||||
tsconfig.json
|
|
||||||
tsconfig-build.json
|
|
||||||
|
|
||||||
|
|
||||||
# Editor specific
|
|
||||||
.idea
|
|
||||||
.vscode
|
|
||||||
|
|
||||||
# test cases
|
|
||||||
karma-test-shim.js
|
|
||||||
karma.conf.js
|
|
||||||
test
|
|
||||||
_test-output
|
|
||||||
|
|
||||||
# other stuffs
|
|
||||||
.github
|
|
||||||
DEVELOPER.md
|
|
||||||
.editorconfig
|
|
||||||
|
|
||||||
# project specific
|
|
||||||
demo
|
|
||||||
grunt
|
|
||||||
favicon.png
|
|
||||||
Gruntfile.js
|
|
||||||
index.html
|
|
||||||
.jshintrc
|
|
||||||
styles
|
|
||||||
.bowerrc
|
|
||||||
_config.yml
|
|
||||||
vendor
|
|
||||||
build
|
|
||||||
scripts
|
|
@ -31,5 +31,9 @@
|
|||||||
"transform:compress": "myth src/font-awesome-animation.css build/$npm_package_name.min.css --sourcemap --compress",
|
"transform:compress": "myth src/font-awesome-animation.css build/$npm_package_name.min.css --sourcemap --compress",
|
||||||
"version": "npm run build",
|
"version": "npm run build",
|
||||||
"postversion": "git push && git push --tags"
|
"postversion": "git push && git push --tags"
|
||||||
}
|
},
|
||||||
|
"files": [
|
||||||
|
"css",
|
||||||
|
"sass"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user