Skip to content

Commit f0dd7d5

Browse files
committed
Merge branch 'master' into issue#72-react-es6
2 parents 6a84e97 + 1abb111 commit f0dd7d5

1 file changed

Lines changed: 32 additions & 28 deletions

File tree

lib/package.json

Lines changed: 32 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -29,33 +29,33 @@
2929
"license": "MIT",
3030
"homepage": "https://github.com/Lemoncode/lcFormValidation/blob/master/README.md",
3131
"devDependencies": {
32-
"@types/chai": "^3.4.35",
33-
"@types/chai-as-promised": "^0.0.30",
34-
"@types/karma-chai-sinon": "^0.1.5",
35-
"@types/mocha": "^2.2.40",
36-
"@types/sinon": "^1.16.35",
37-
"awesome-typescript-loader": "^3.1.2",
38-
"babel-core": "^6.24.0",
39-
"babel-preset-env": "^1.2.2",
40-
"chai": "^3.5.0",
41-
"chai-as-promised": "^5.3.0",
42-
"copy-webpack-plugin": "^4.0.1",
43-
"json-loader": "^0.5.4",
44-
"karma": "^1.5.0",
45-
"karma-chai": "^0.1.0",
46-
"karma-chai-as-promised": "^0.1.2",
47-
"karma-chrome-launcher": "^2.0.0",
48-
"karma-mocha": "^1.3.0",
49-
"karma-phantomjs-launcher": "^1.0.4",
50-
"karma-sinon": "^1.0.5",
51-
"karma-sourcemap-loader": "^0.3.7",
52-
"karma-webpack": "^2.0.3",
53-
"mocha": "^3.2.0",
54-
"phantomjs-prebuilt": "^2.1.14",
55-
"rimraf": "^2.6.1",
56-
"sinon": "^1.17.6",
57-
"typescript": "^2.2.1",
58-
"webpack": "^2.2.1"
32+
"@types/chai": "3.4.35",
33+
"@types/chai-as-promised": "0.0.30",
34+
"@types/karma-chai-sinon": "0.1.5",
35+
"@types/mocha": "2.2.40",
36+
"@types/sinon": "1.16.35",
37+
"awesome-typescript-loader": "3.1.2",
38+
"babel-core": "6.24.0",
39+
"babel-preset-env": "1.2.2",
40+
"chai": "3.5.0",
41+
"chai-as-promised": "5.3.0",
42+
"copy-webpack-plugin": "4.0.1",
43+
"json-loader": "0.5.4",
44+
"karma": "1.5.0",
45+
"karma-chai": "0.1.0",
46+
"karma-chai-as-promised": "0.1.2",
47+
"karma-chrome-launcher": "2.0.0",
48+
"karma-mocha": "1.3.0",
49+
"karma-phantomjs-launcher": "1.0.4",
50+
"karma-sinon": "1.0.5",
51+
"karma-sourcemap-loader": "0.3.7",
52+
"karma-webpack": "2.0.3",
53+
"mocha": "3.2.0",
54+
"phantomjs-prebuilt": "2.1.14",
55+
"rimraf": "2.6.1",
56+
"sinon": "1.17.6",
57+
"typescript": "2.2.1",
58+
"webpack": "2.2.1"
5959
},
6060
"typings": "./lcformvalidation.d.ts",
6161
"keywords": [
@@ -77,9 +77,13 @@
7777
{
7878
"name": "Jaime Salas",
7979
"email": "jaime.salas@lemoncode.net"
80+
},
81+
{
82+
"name": "Santiago Camargo Rodríguez",
83+
"email": "santi.camargo@lemoncode.net"
8084
}
8185
],
8286
"dependencies": {
83-
"es6-promise": "^4.1.0"
87+
"es6-promise": "4.1.0"
8488
}
8589
}

0 commit comments

Comments
 (0)