Skip to content

Commit

Permalink
release: 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hsuanxyz committed Feb 4, 2018
1 parent 89b38f1 commit 88eb48c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
10 changes: 10 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Created by .ignore support plugin (hsz.mobi)
demo/
.idea/
node_modules/
src/
dev/
tsconfig.json
tslint.json
yarn.lock
package-lock.json
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
{
"name": "ionic-stepper",
"version": "1.0.0",
"version": "1.0.1",
"description": "steppers components for Ionic / ionic2",
"main": "index.js",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "cd dev && ionic serve",
"postinstall": "cd dev && npm install",
"clean": "rm -rf ./src ./dist",
"lint": "tslint ./src/**/*.ts",
"copy-src": "cpx './dev/src/ionic-stepper/**/*' './src'",
Expand Down

0 comments on commit 88eb48c

Please sign in to comment.